Skip to content

Commit 55e07d3

Browse files
committed
Use latest version of linter in scripts
Signed-off-by: Dave Riddle <[email protected]>
1 parent f3d6995 commit 55e07d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_funcs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PPC64LE_IMAGE=gcr.io/distroless/static:nonroot-ppc64le
3535
S390X_IMAGE=gcr.io/distroless/static:nonroot-s390x
3636
WIN_AMD64_BASEIMAGE=mcr.microsoft.com/windows/nanoserver
3737
TEST_IMAGE=testimage:v0.1
38-
LINT_IMAGE=golangci/golangci-lint:v1.45
38+
LINT_IMAGE=golangci/golangci-lint:v1.50
3939
KIND_CLUSTER=kind
4040

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

0 commit comments

Comments
 (0)