File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM golang:1.23.7 @sha256:7fb9682dbc6c9743cd911cedb39c84790e8dfeaaf87d229b78f3f6658fce507a as builder
16
+ FROM golang:1.23.9 @sha256:1cc01afde44821895ea712b5b4b802ef3c3ddeb7a7bb3f2e69c19bbc5877dace as builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ ENVSUBST_VER := v1.4.2
74
74
ENVSUBST_BIN := envsubst
75
75
ENVSUBST := $(TOOLS_BIN_DIR ) /$(ENVSUBST_BIN )
76
76
77
- GOLANGCI_LINT_VER := v1.63.4
77
+ GOLANGCI_LINT_VER := v2.1.6
78
78
GOLANGCI_LINT_BIN := golangci-lint
79
79
GOLANGCI_LINT := $(TOOLS_BIN_DIR ) /$(GOLANGCI_LINT_BIN ) -$(GOLANGCI_LINT_VER )
80
80
You can’t perform that action at this time.
0 commit comments