File tree Expand file tree Collapse file tree 3 files changed +343
-384
lines changed Expand file tree Collapse file tree 3 files changed +343
-384
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ jobs:
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
27+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - name : golangci-lint
31- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
31+ uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3232 with :
33- version : v1.63.4
34- args : --out-format=colored-line-number
33+ version : v2.0.2
3534 working-directory : ${{matrix.working-directory}}
3635 - name : Lint API
37- run : GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api
36+ run : make lint-api
You can’t perform that action at this time.
0 commit comments