File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - master
66 - release-0.31
7+ - release-0.32
78 pull_request :
89
910permissions :
1011 contents : read
1112
1213env :
13- GO_VERSION : v1.23
14+ GO_VERSION : v1.23.6
1415 GOLANGCI_LINT_VERSION : v1.60.1
1516
1617jobs :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
2424# The output type could either be docker (local), or registry.
2525OUTPUT_TYPE ?= docker
2626GO_TOOLCHAIN ?= golang
27- GO_VERSION ?= 1.23.0
27+ GO_VERSION ?= 1.23.6
2828BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
2929
3030ifeq ($(GOPATH ) ,)
Original file line number Diff line number Diff line change 11module sigs.k8s.io/apiserver-network-proxy
22
3- go 1.23.0
3+ go 1.23.6
44
55require (
66 github.com/google/uuid v1.6.0
You can’t perform that action at this time.
0 commit comments