Skip to content

Commit 1e9e8d9

Browse files
authored
Merge pull request #715 from jkh52/go-1.23.6
Updated golang version to 1.23.6
2 parents 7c2359e + b1bec99 commit 1e9e8d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/golangci-lint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
branches:
55
- master
66
- release-0.31
7+
- release-0.32
78
pull_request:
89

910
permissions:
1011
contents: read
1112

1213
env:
13-
GO_VERSION: v1.23
14+
GO_VERSION: v1.23.6
1415
GOLANGCI_LINT_VERSION: v1.60.1
1516

1617
jobs:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
2424
# The output type could either be docker (local), or registry.
2525
OUTPUT_TYPE ?= docker
2626
GO_TOOLCHAIN ?= golang
27-
GO_VERSION ?= 1.23.0
27+
GO_VERSION ?= 1.23.6
2828
BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
2929

3030
ifeq ($(GOPATH),)

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/apiserver-network-proxy
22

3-
go 1.23.0
3+
go 1.23.6
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)