diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 8f78d080f..bf36f03d4 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -4,13 +4,14 @@ on: branches: - master - release-0.31 + - release-0.32 pull_request: permissions: contents: read env: - GO_VERSION: v1.23 + GO_VERSION: v1.23.6 GOLANGCI_LINT_VERSION: v1.60.1 jobs: diff --git a/Makefile b/Makefile index d0a1b58d9..828ea25de 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x # The output type could either be docker (local), or registry. OUTPUT_TYPE ?= docker GO_TOOLCHAIN ?= golang -GO_VERSION ?= 1.23.0 +GO_VERSION ?= 1.23.6 BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot ifeq ($(GOPATH),) diff --git a/go.mod b/go.mod index e9caef8ff..f4714b0f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/apiserver-network-proxy -go 1.23.0 +go 1.23.6 require ( github.com/golang/mock v1.6.0