Skip to content

Commit b700c97

Browse files
committed
update go version in ci to 1.26
1 parent ca770d9 commit b700c97

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
2626
with:
27-
go-version: "1.25"
27+
go-version: "1.26"
2828
- name: Set up tools
2929
run: |
3030
# Install ginkgo version from go.mod

.github/workflows/kops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
2525
with:
26-
go-version: "1.25"
26+
go-version: "1.26"
2727
- name: Set up tools
2828
run: |
2929
# Install ginkgo version from go.mod

.github/workflows/nightly-cron-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
2525
with:
26-
go-version: "1.25"
26+
go-version: "1.26"
2727
- name: Set up tools
2828
run: |
2929
# Install ginkgo version from go.mod

.github/workflows/pr-automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
1919
with:
20-
go-version: "1.25"
20+
go-version: "1.26"
2121
check-latest: true
2222
- name: Set up tools
2323
run: |

.github/workflows/pr-manual-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
3131
with:
32-
go-version: "1.25"
32+
go-version: "1.26"
3333
- name: Set up tools
3434
run: |
3535
# Install ginkgo version from go.mod

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
2424
with:
25-
go-version: "1.25"
25+
go-version: "1.26"
2626
- name: Generate CNI YAML
2727
run: make generate-cni-yaml
2828
- name: Create eks-charts PR

.github/workflows/soak-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # refs/tags/v6.4.0
2020
with:
21-
go-version: "1.25"
21+
go-version: "1.26"
2222
- name: Set up tools
2323
run: |
2424
# Install ginkgo version from go.mod

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25
1+
1.26

0 commit comments

Comments
 (0)