Skip to content

Commit 217fdb1

Browse files
chore: remove go 1.23 tests and float go versions (#376)
* chore: remove go 1.23 tests 1.23 is out of support now. * chore: float go versions
1 parent 37e034b commit 217fdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: [ '1.24', '1.23' ]
18+
version: [ 'oldstable', 'stable' ]
1919
name: Go ${{ matrix.version }}
2020
outputs:
2121
pr_number: ${{ github.event.number }}

0 commit comments

Comments
 (0)