File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 3535 goos : linux
3636 # This allows the canary script to select any upcoming golang alpha/beta/RC
3737 canary : go-canary
38- env :
39- GOOS : " ${{ matrix.goos }}"
4038 steps :
4139 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4240 with :
@@ -52,12 +50,12 @@ jobs:
5250 with :
5351 go-version : ${{ env.GO_VERSION }}
5452 check-latest : true
53+ - name : install required linters and dev-tools
54+ run : |
55+ make install-dev-tools
5556 - name : golangci-lint
56- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
57- with :
58- args : --verbose
59- # See https://github.com/containerd/nerdctl/issues/3914
60- verify : false
57+ run : |
58+ NO_COLOR=true GOOS="${{ matrix.goos }}" make lint-go
6159 other :
6260 timeout-minutes : 5
6361 name : yaml | shell | imports order
You can’t perform that action at this time.
0 commit comments