We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8218efc commit f79e318Copy full SHA for f79e318
.github/workflows/release-builder.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29
with:
30
- go-version: '1.22.4'
+ go-version: '1.23.4'
31
32
- name: Install Cosign
33
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
go.mod
@@ -1,7 +1,6 @@
1
module github.com/nginxinc/nginx-k8s-supportpkg
2
3
-go 1.22.4
4
-toolchain go1.23.4
+go 1.23.4
5
6
require (
7
github.com/mittwald/go-helm-client v0.12.15
0 commit comments