Skip to content

Commit c525662

Browse files
committed
github: currently, only Go 1.24 works
1 parent 52f9399 commit c525662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
go-version:
16-
- 1.21
17-
- oldstable
18-
- stable
16+
- 1.24
17+
# - oldstable
18+
# - stable
1919
os:
2020
- ubuntu-latest
2121
- macos-latest

0 commit comments

Comments
 (0)