File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
19+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2020 with :
2121 go-version-file : go.mod
2222 - name : golangci-lint
2323 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2424 with :
25- version : v2.10.1
25+ version : v2.11.4
2626 args : --verbose
Original file line number Diff line number Diff line change 1717 - name : Check out code into the Go module directory
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 - name : Set up Go 1.x
20- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
20+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121 with :
2222 go-version-file : go.mod
2323 - run : go mod download
You can’t perform that action at this time.
0 commit comments