Skip to content

[codex] Align CI Go version with go.mod#173

Draft
pistell wants to merge 1 commit into
marcus:mainfrom
pistell:chore/lint-fix
Draft

[codex] Align CI Go version with go.mod#173
pistell wants to merge 1 commit into
marcus:mainfrom
pistell:chore/lint-fix

Conversation

@pistell

@pistell pistell commented May 25, 2026

Copy link
Copy Markdown

Summary

  • switch both CI actions/setup-go steps to go-version-file: 'go.mod'
  • remove the stale hardcoded Go 1.23 pin so CI tracks the module's declared Go version

Root cause

go.mod now requires Go 1.24.0, but .github/workflows/ci.yml still configured Go 1.23. Reproducing with a 1.23 toolchain fails immediately during dependency resolution because the module requires a newer Go version.

Validation

  • make lint
  • gofmt -l $(git ls-files '*.go')
  • go test ./...

Automated by nightshift

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