File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- release-0.31
7
+ - release-0.32
7
8
pull_request :
8
9
9
10
permissions :
10
11
contents : read
11
12
12
13
env :
13
- GO_VERSION : v1.23
14
+ GO_VERSION : v1.23.6
14
15
GOLANGCI_LINT_VERSION : v1.60.1
15
16
16
17
jobs :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
24
24
# The output type could either be docker (local), or registry.
25
25
OUTPUT_TYPE ?= docker
26
26
GO_TOOLCHAIN ?= golang
27
- GO_VERSION ?= 1.23.0
27
+ GO_VERSION ?= 1.23.6
28
28
BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
29
29
30
30
ifeq ($(GOPATH ) ,)
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/apiserver-network-proxy
2
2
3
- go 1.23.0
3
+ go 1.23.6
4
4
5
5
require (
6
6
github.com/google/uuid v1.6.0
You can’t perform that action at this time.
0 commit comments