File tree 3 files changed +343
-384
lines changed
3 files changed +343
-384
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ jobs:
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .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 : golangci-lint
31
- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
31
+ uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
32
32
with :
33
- version : v1.63.4
34
- args : --out-format=colored-line-number
33
+ version : v2.0.2
35
34
working-directory : ${{matrix.working-directory}}
36
35
- 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