Skip to content

Commit 48deb7e

Browse files
committed
gha: test on go1.18, oldstable, and stable
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 3735f92 commit 48deb7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
strategy:
2121
matrix:
22-
go: ["1.18.x", "1.22.x", "1.23.x"]
22+
go: ["1.18.x", "oldstable", "stable"]
2323
platform: [ubuntu-latest, windows-latest, macos-latest]
2424
runs-on: ${{ matrix.platform }}
2525
steps:

0 commit comments

Comments
 (0)