We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969f8fe commit 8a65e2eCopy full SHA for 8a65e2e
2 files changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@v3
48
- uses: golangci/golangci-lint-action@v3
49
with:
50
- version: v1.52.2
+ version: v1.54.2
51
skip-cache: true
52
args: --timeout=8m
53
script/setup/install-dev-tools
@@ -22,7 +22,7 @@ set -eu -o pipefail
22
# install `protobuild` and other commands
23
go install github.com/stevvooe/[email protected]
24
go install github.com/cpuguy83/go-md2man/[email protected]
25
-go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
+go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
26
27
# the following packages need to exist in $GOPATH so we can't use
28
# go modules-aware mode of `go get` for these includes used during
0 commit comments