Skip to content

Commit 8b12dde

Browse files
committed
chore: update Go version to 1.26.2 in CI workflows
1 parent 9d82177 commit 8b12dde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go ⬇️
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: 1.24.2
23+
go-version: 1.26.2
2424

2525
- name: Install kubectl, helm, kind and kuttl ⬇️
2626
env:

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go ⬇️
2121
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2222
with:
23-
go-version: 1.24.2
23+
go-version: 1.26.2
2424

2525
- name: Build and test 🏗️
2626
run: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Go ⬇️
4444
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
4545
with:
46-
go-version: 1.24.2
46+
go-version: 1.26.2
4747

4848
- name: Linter 🔍
4949
run: |

0 commit comments

Comments
 (0)