File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 env :
1515 GO_VERSION : 1.22
16- GOLANGCI_LINT_VERSION : v1.58.1
16+ GOLANGCI_LINT_VERSION : v2.4.0
1717 YAEGI_VERSION : v0.9.0
1818 CGO_ENABLED : 0
1919 defaults :
3535 go-version : ${{ env.GO_VERSION }}
3636
3737
38- - name : golangci-lint
39- uses : golangci/golangci-lint-action@v8.0.0
38+ # - name: golangci-lint
39+ # uses: golangci/golangci-lint-action@v8.0.0
40+
41+ - name : Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}
42+ run : curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
43+
4044
4145 - name : Install Yaegi ${{ env.YAEGI_VERSION }}
4246 run : curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b $(go env GOPATH)/bin ${YAEGI_VERSION}
You can’t perform that action at this time.
0 commit comments