Skip to content

Commit f233963

Browse files
committed
chore(ci): drop Go 1.24 from matrix
go.mod declares go 1.25, so the 1.24 matrix entry just triggers toolchain auto-download. Single-version matrix avoids wasted CI time.
1 parent 8c9b226 commit f233963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ on:
1111
jobs:
1212
ci:
1313
uses: 1mb-dev/.github/.github/workflows/ci-go.yml@main
14+
with:
15+
go-versions: '["1.25"]'

0 commit comments

Comments
 (0)