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 233c0d3 commit 077b90cCopy full SHA for 077b90c
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Get dependencies
29
env:
30
- GOLANGCI_LINT_VERSION: v1.63.4
+ GOLANGCI_LINT_VERSION: v2.0.2
31
run: |
32
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
33
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
0 commit comments