Skip to content

Commit 8a65e2e

Browse files
ktockestesp
authored andcommitted
Bump up golangci-lint to v1.54.2
Signed-off-by: Kohei Tokunaga <[email protected]> (cherry picked from commit c85b1d1)
1 parent 969f8fe commit 8a65e2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: golangci/golangci-lint-action@v3
4949
with:
50-
version: v1.52.2
50+
version: v1.54.2
5151
skip-cache: true
5252
args: --timeout=8m
5353

script/setup/install-dev-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -eu -o pipefail
2222
# install `protobuild` and other commands
2323
go install github.com/stevvooe/[email protected]
2424
go install github.com/cpuguy83/go-md2man/[email protected]
25-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
25+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
2626

2727
# the following packages need to exist in $GOPATH so we can't use
2828
# go modules-aware mode of `go get` for these includes used during

0 commit comments

Comments
 (0)