Skip to content

Commit a86f033

Browse files
committed
gha: test against go1.22, go1.23 (latest, latest -1)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ceff820 commit a86f033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go: ["1.18.x", "1.19.x", "1.20.x"]
7+
go: ["1.18.x", "1.22.x", "1.23.x"]
88
platform: [ubuntu-latest, windows-latest, macos-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)