Skip to content

Commit ae8b61b

Browse files
committed
build: Bump workflows Go versions
Signed-off-by: Paulo Gomes <[email protected]>
1 parent b412339 commit ae8b61b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.20.x,1.21.x,1.22.x]
8+
go-version: [1.21.x,1.22.x,1.23.x]
99
platform: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:

.github/workflows/test_js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.21.x,1.22.x]
8+
go-version: [1.22.x,1.23.x]
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code

.github/workflows/test_wasip1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.21.x,1.22.x]
8+
go-version: [1.22.x,1.23.x]
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code

0 commit comments

Comments
 (0)