Skip to content

chore: upgrade Go to 1.26#494

Draft
matifali wants to merge 2 commits intomainfrom
chore/upgrade-go-1.26
Draft

chore: upgrade Go to 1.26#494
matifali wants to merge 2 commits intomainfrom
chore/upgrade-go-1.26

Conversation

@matifali
Copy link
Member

@matifali matifali commented Mar 24, 2026

Summary

  • Upgrade Go from 1.24.6 to 1.26 in go.mod and all CI workflows
  • Use major.minor versioning (1.26 instead of 1.26.1) so patch releases are picked up automatically
  • Fix pre-existing format verb mismatch in provider/workspace.go caught as a hard build error by Go 1.26's stricter go vet enforcement (%q was passed an int instead of the rawPort string)

  Use major.minor versioning to automatically pick up patch releases.
  Fix pre-existing vet error in workspace.go caught by Go 1.26 stricter checks.
@matifali matifali requested a review from johnstcn March 24, 2026 12:12
@johnstcn
Copy link
Member

We should address coder/coder#22262 first.

@matifali matifali marked this pull request as draft March 24, 2026 12:14
@matifali
Copy link
Member Author

We should address coder/coder#22262 first.

Moved this to a draft while that is addressed.

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.

2 participants