Skip to content

Commit 22d1e2f

Browse files
committed
build: Bump Go versions used for tests
Signed-off-by: Paulo Gomes <[email protected]>
1 parent b0d921f commit 22d1e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.22.x,1.23.x,1.24.x]
13+
go-version: [1.23.x,1.24.x,1.25.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:

.github/workflows/test_wasip1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.23.x,1.24.x]
14+
go-version: [1.24.x,1.25.x]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)