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 35
35
goos : linux
36
36
# This allows the canary script to select any upcoming golang alpha/beta/RC
37
37
canary : go-canary
38
- env :
39
- GOOS : " ${{ matrix.goos }}"
40
38
steps :
41
39
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
40
with :
@@ -52,12 +50,12 @@ jobs:
52
50
with :
53
51
go-version : ${{ env.GO_VERSION }}
54
52
check-latest : true
53
+ - name : install required linters and dev-tools
54
+ run : |
55
+ make install-dev-tools
55
56
- 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
61
59
other :
62
60
timeout-minutes : 5
63
61
name : yaml | shell | imports order
You can’t perform that action at this time.
0 commit comments