Skip to content

Commit e4d7044

Browse files
authored
Merge pull request #13 from nginxinc/areste
Go version bump to 1.22.4
2 parents 72abbb4 + c280691 commit e4d7044

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Set up Go
15-
uses: actions/setup-go@v4
15+
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.22.4'
1818

1919
- name: Build
2020
run: |

.github/workflows/release-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.21'
24+
go-version: '1.22.4'
2525

2626
- name: Build
2727
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginxinc/nginx-k8s-supportpkg
22

3-
go 1.21.5
3+
go 1.22.4
44

55
require (
66
github.com/mittwald/go-helm-client v0.12.9

0 commit comments

Comments
 (0)