File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
exit 1
27
27
fi
28
28
echo "GO_VERSION=$go_version" >> $GITHUB_OUTPUT
29
- - uses : actions/setup-go@v3
29
+ - uses : actions/setup-go@v5
30
30
with :
31
31
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
32
32
- name : Run go mod tidy and go mod vendor in csidriver module
Original file line number Diff line number Diff line change 26
26
exit 1
27
27
fi
28
28
echo "GO_VERSION=$go_version" >> $GITHUB_OUTPUT
29
- - uses : actions/setup-go@v3
29
+ - uses : actions/setup-go@v5
30
30
with :
31
31
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
32
32
- name : make test
Original file line number Diff line number Diff line change 24
24
exit 1
25
25
fi
26
26
echo "GO_VERSION=$go_version" >> $GITHUB_OUTPUT
27
- - uses : actions/setup-go@v3
27
+ - uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
30
30
- uses : actions/checkout@v3
59
59
exit 1
60
60
fi
61
61
echo "GO_VERSION=$go_version" >> $GITHUB_OUTPUT
62
- - uses : actions/setup-go@v3
62
+ - uses : actions/setup-go@v5
63
63
with :
64
64
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
65
65
- uses : actions/checkout@v3
94
94
exit 1
95
95
fi
96
96
echo "GO_VERSION=$go_version" >> $GITHUB_OUTPUT
97
- - uses : actions/setup-go@v3
97
+ - uses : actions/setup-go@v5
98
98
with :
99
99
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
100
100
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 24
24
exit 1
25
25
}
26
26
Write-Output "GO_VERSION_WINDOWS=$go_version_win" >> $GITHUB_OUTPUT
27
- - uses : actions/setup-go@v3
27
+ - uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ steps.get-go-version.outputs.GO_VERSION_WINDOWS }}
30
30
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments