We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72abbb4 + c280691 commit e4d7044Copy full SHA for e4d7044
.github/workflows/go-builder.yml
@@ -12,9 +12,9 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Set up Go
15
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
16
with:
17
- go-version: '1.21'
+ go-version: '1.22.4'
18
19
- name: Build
20
run: |
.github/workflows/release-builder.yml
@@ -19,9 +19,9 @@ jobs:
run: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
21
22
23
24
25
26
27
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginxinc/nginx-k8s-supportpkg
2
3
-go 1.21.5
+go 1.22.4
4
5
require (
6
github.com/mittwald/go-helm-client v0.12.9
0 commit comments