We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d6995 commit 55e07d3Copy full SHA for 55e07d3
scripts/build_funcs.sh
@@ -35,7 +35,7 @@ PPC64LE_IMAGE=gcr.io/distroless/static:nonroot-ppc64le
35
S390X_IMAGE=gcr.io/distroless/static:nonroot-s390x
36
WIN_AMD64_BASEIMAGE=mcr.microsoft.com/windows/nanoserver
37
TEST_IMAGE=testimage:v0.1
38
-LINT_IMAGE=golangci/golangci-lint:v1.45
+LINT_IMAGE=golangci/golangci-lint:v1.50
39
KIND_CLUSTER=kind
40
41
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"
0 commit comments