Skip to content

Commit 9becba3

Browse files
committed
Specify a minimum minor Go version for the 1.24 release
1 parent b1a44c6 commit 9becba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go-version: ['1.24', '1.25']
16+
go-version: ['>=1.24.9', '1.25']
1717

1818
defaults:
1919
run:

0 commit comments

Comments
 (0)