File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
id : vars
29
29
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
30
30
- name : Set up Go
31
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
31
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
32
32
with :
33
33
go-version : ${{ steps.vars.outputs.go_version }}
34
34
- name : golangci-lint
Original file line number Diff line number Diff line change 24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
27
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : Update all modules
Original file line number Diff line number Diff line change 20
20
id : vars
21
21
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
22
22
- name : Set up Go
23
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
23
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
24
24
with :
25
25
go-version : ${{ steps.vars.outputs.go_version }}
26
26
- name : Generate release binaries
You can’t perform that action at this time.
0 commit comments