Skip to content

Commit db511db

Browse files
committed
Remove Go 1.24 from GitHub Actions test matrix
1 parent 3f762bd commit db511db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
macos-latest,
2020
windows-latest,
2121
]
22-
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24']
22+
go-version: ['1.20', '1.21', '1.22', '1.23']
2323
# See supported Go release schedule at https://golang.org/doc/devel/release.html
2424
# https://github.com/actions/go-versions/blob/main/versions-manifest.json
2525
steps:

0 commit comments

Comments
 (0)