Skip to content

Commit 335b12f

Browse files
committed
chore: remove older Go versions in tests
1 parent 4ba3c29 commit 335b12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
go-version: [ '1.24', '1.23', '1.22']
28+
go-version: [ '1.24' ]
2929
platform: [ 'ubuntu-latest' ]
3030
runs-on: ${{ matrix.platform }}
3131
steps:

0 commit comments

Comments
 (0)