File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 sudo rm -rf .generated
4444
4545 - name : Set up Go 1.x
46- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
46+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4747 with :
4848 go-version-file : go.mod
4949
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 timeout-minutes : 10
1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
20+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121 with :
2222 go-version-file : go.mod
2323 - name : golangci-lint
2424 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2525 with :
26- version : v2.10.1
26+ version : v2.11.4
Original file line number Diff line number Diff line change 2222 - name : Check out code into the Go module directory
2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 - name : Set up Go 1.x
25- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
25+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626 with :
2727 go-version-file : go.mod
2828 - run : go mod download
You can’t perform that action at this time.
0 commit comments