Skip to content

Commit f79e318

Browse files
committed
bump go version to 1.23.4
1 parent 8218efc commit f79e318

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2929
with:
30-
go-version: '1.22.4'
30+
go-version: '1.23.4'
3131

3232
- name: Install Cosign
3333
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/nginxinc/nginx-k8s-supportpkg
22

3-
go 1.22.4
4-
toolchain go1.23.4
3+
go 1.23.4
54

65
require (
76
github.com/mittwald/go-helm-client v0.12.15

0 commit comments

Comments
 (0)