Skip to content

Commit 4eed9a2

Browse files
feat: update go to 1.22.12 #minor
1 parent 3de2e0e commit 4eed9a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-image-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
1212
with:
13-
go-version: '1.21.7'
13+
go-version: '1.22.12'
1414
- run: go version
1515

1616
- name: Check our repo

.github/workflows/publish-metacontroller-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2727
with:
28-
go-version: '1.21.7'
28+
go-version: '1.22.12'
2929
- run: go version
3030

3131
- name: Check out repo

0 commit comments

Comments
 (0)