File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Set up Go 1.x
21- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
21+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
2222 with :
2323 go-version : ' 1.19'
2424 id : go
Original file line number Diff line number Diff line change 1919 - hack/tools
2020 steps :
2121 - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
22- - uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
22+ - uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
2323 with :
2424 go-version : 1.19
2525 - name : golangci-lint
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323 - name : Install go
24- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
24+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
2525 with :
2626 go-version : ' ^1.19'
2727 - name : generate release artifacts
You can’t perform that action at this time.
0 commit comments