File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 - uses : actions/checkout@v4
2222 - name : Run tests
2323 run : go test -race ./...
24- lint :
25- permissions :
26- contents : read # for actions/checkout to fetch code
27- pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
28- name : lint
29- strategy :
30- matrix :
31- os : [macos-latest, ubuntu-latest]
32- runs-on : ${{ matrix.os }}
33- steps :
34- - uses : actions/setup-go@v5
35- with :
36- go-version-file : ' go.mod'
37- - uses : actions/checkout@v3
38- - name : golangci-lint
39- uses : golangci/golangci-lint-action@v6.3.2
40- with :
41- version : v1.52.0
24+ # lint:
25+ # permissions:
26+ # contents: read # for actions/checkout to fetch code
27+ # pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
28+ # name: lint
29+ # strategy:
30+ # matrix:
31+ # os: [macos-latest, ubuntu-latest]
32+ # runs-on: ${{ matrix.os }}
33+ # steps:
34+ # - uses: actions/setup-go@v5
35+ # with:
36+ # go-version-file: 'go.mod'
37+ # - uses: actions/checkout@v3
38+ # - name: golangci-lint
39+ # uses: golangci/golangci-lint-action@v6.3.2
40+ # with:
41+ # version: v1.52.0
You can’t perform that action at this time.
0 commit comments