Skip to content

Commit 05d4539

Browse files
committed
ci: test using most recent Go versions
1 parent a4d1f0b commit 05d4539

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
go: [ '1.22']
12+
go:
13+
- stable
14+
- oldstable
1315
steps:
1416
- uses: actions/checkout@v4
1517
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)