We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e3d7a commit d0a0b42Copy full SHA for d0a0b42
.github/workflows/golangci-linter.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v1
18
19
- name: Install golangci-lint
20
- run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.27.0
+ run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.45.2
21
22
- name: Run golangci-lint
23
run: $(go env GOPATH)/bin/golangci-lint run --disable=errcheck --timeout=10m go/...
0 commit comments