Skip to content

Commit 23c2541

Browse files
committed
bump github actions go version
Signed-off-by: Zhonghu Xu <[email protected]>
1 parent 3745b04 commit 23c2541

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/e2e-ipv6-istio-1.23.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E IPv6 Test
1515
timeout-minutes: 40
1616

.github/workflows/e2e-ipv6-istio-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E IPv6 Test
1515
timeout-minutes: 40
1616

.github/workflows/e2e-ipv6-istio-1.25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E IPv6 Test
1515
timeout-minutes: 40
1616

.github/workflows/e2e-istio-1.23.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E Test
1515
timeout-minutes: 40
1616

.github/workflows/e2e-istio-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E Test
1515
timeout-minutes: 40
1616

.github/workflows/e2e-istio-1.25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
go-version: [ '1.23' ]
13+
go-version: [ '1.24' ]
1414
name: E2E Test
1515
timeout-minutes: 40
1616

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
go-version: [ '1.23' ]
20+
go-version: [ '1.24' ]
2121

2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [ '1.23' ]
19+
go-version: [ '1.24' ]
2020
target:
2121
- kmeshctl
2222
os:

0 commit comments

Comments
 (0)