We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a6168 commit 456c45fCopy full SHA for 456c45f
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
GO111MODULE="on" go install github.com/google/go-licenses@v1.0.0
50
51
# Install GolangCI linter: https://github.com/golangci/golangci-lint/
52
- GOLANGCI_VERSION=2.7.2
+ GOLANGCI_VERSION=2.9.0
53
curl -sL https://github.com/golangci/golangci-lint/releases/download/v${GOLANGCI_VERSION}/golangci-lint-${GOLANGCI_VERSION}-linux-amd64.tar.gz | tar -C /usr/local/bin -xvzf - --strip-components=1 --wildcards "*/golangci-lint"
54
55
- name: Run tests
0 commit comments