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 27
27
id : vars
28
28
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
29
29
- name : Set up Go
30
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
30
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
31
31
with :
32
32
go-version : ${{ steps.vars.outputs.go_version }}
33
33
- 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 22
22
id : vars
23
23
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
24
24
- name : Set up Go
25
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
25
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
26
26
with :
27
27
go-version : ${{ steps.vars.outputs.go_version }}
28
28
- name : Generate release binaries
You can’t perform that action at this time.
0 commit comments