Skip to content

Commit

Permalink
Bump golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
We upgraded golang lang 1.20 -> 1.21 by commit 9a64023.
But according to [2], go1.21 is officially supported since golangci-lint
v1.54.1. So, this PR upgrades golangci-lint to v1.54.2.

Signed-off-by: Masashi Honma <[email protected]>
  • Loading branch information
masap committed Jul 1, 2024
1 parent ed6c190 commit 15e2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PPC64LE_IMAGE=gcr.io/distroless/static:nonroot-ppc64le
S390X_IMAGE=gcr.io/distroless/static:nonroot-s390x
WIN_AMD64_BASEIMAGE=mcr.microsoft.com/windows/nanoserver
TEST_IMAGE=testimage:v0.1
LINT_IMAGE=golangci/golangci-lint:v1.52.2
LINT_IMAGE=golangci/golangci-lint:v1.54.2
KIND_CLUSTER=kind

SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"
Expand Down

0 comments on commit 15e2078

Please sign in to comment.