Skip to content

Commit 4e49e24

Browse files
committed
Updated go versions in tests
Signed-off-by: Andrea Barberio <[email protected]>
1 parent 920cf75 commit 4e49e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go: ['1.17', '1.18']
11+
go: ['1.22', '1.23']
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
go: ['1.17', '1.18']
32+
go: ['1.22', '1.23']
3333
steps:
3434
- uses: actions/checkout@v2
3535
with:

0 commit comments

Comments
 (0)