Skip to content

chore: lower minimum Go version from 1.26.1 to 1.24.0#28

Merged
fchimpan merged 1 commit into
mainfrom
chore/lower-go-version-requirement
Mar 28, 2026
Merged

chore: lower minimum Go version from 1.26.1 to 1.24.0#28
fchimpan merged 1 commit into
mainfrom
chore/lower-go-version-requirement

Conversation

@fchimpan

Copy link
Copy Markdown
Owner

Summary

  • Lower go directive in go.mod from 1.26.1 to 1.24.0 to support a wider range of Go versions
  • The only Go 1.24+ feature used is strings.SplitSeq; no 1.25+ or 1.26+ features are required
  • Fixes CI failures when installing with GOTOOLCHAIN=local on Go < 1.26.1

Test plan

  • go vet ./... passes
  • go test ./... -race passes
  • go install github.com/fchimpan/mutest@<this-branch> works on Go 1.24.x

@fchimpan fchimpan merged commit cbdb02f into main Mar 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant