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.
2 parents e3e6528 + 06c0f3f commit 40059d2Copy full SHA for 40059d2
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
make integration_tests
25
- name: lint
26
run: |
27
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
28
export PATH=$PATH:$HOME/go/bin
29
make lint
30
- name: gofmt
0 commit comments