Skip to content

Commit 3d6e0c7

Browse files
committed
go 1.24 is out
1 parent d5ccc17 commit 3d6e0c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
go:
19-
- '1.23'
20-
- '1.22'
19+
#- '1.25' Rel: 2025-08
20+
- '1.24' # Rel: 2025-02
21+
- '1.23' # Rel: 2024-08
2122
# Only keep 2 per: https://go.dev/doc/devel/release
2223
name: Go ${{ matrix.go }}
2324
steps:

0 commit comments

Comments
 (0)