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 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM golang:1.23.7 @sha256:7fb9682dbc6c9743cd911cedb39c84790e8dfeaaf87d229b78f3f6658fce507a as builder
16+ FROM golang:1.23.9 @sha256:1cc01afde44821895ea712b5b4b802ef3c3ddeb7a7bb3f2e69c19bbc5877dace as builder
1717WORKDIR /workspace
1818
1919# 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
7474ENVSUBST_BIN := envsubst
7575ENVSUBST := $(TOOLS_BIN_DIR ) /$(ENVSUBST_BIN )
7676
77- GOLANGCI_LINT_VER := v1.63.4
77+ GOLANGCI_LINT_VER := v2.1.6
7878GOLANGCI_LINT_BIN := golangci-lint
7979GOLANGCI_LINT := $(TOOLS_BIN_DIR ) /$(GOLANGCI_LINT_BIN ) -$(GOLANGCI_LINT_VER )
8080
You can’t perform that action at this time.
0 commit comments