Skip to content

chore: upgrade to Go 1.27 - #50

Merged
jwarykowski merged 1 commit into
masterfrom
chore/go-1.27
Aug 21, 2026
Merged

chore: upgrade to Go 1.27#50
jwarykowski merged 1 commit into
masterfrom
chore/go-1.27

Conversation

@jwarykowski

Copy link
Copy Markdown
Owner

Summary

  • Bumps go.mod from 1.26.4 to 1.27.0
  • Bumps CI's setup-go version from 1.26 to 1.27

Go 1.27 highlights relevant here: generic methods, nested struct literal init, size-specialized small-object allocation (faster, allocation-heavy workloads). No source changes needed — the codebase doesn't hit any of the removed/changed behaviour.

Test plan

  • gofmt -l . / go vet ./... / go build / go test ./... clean under go1.27.0
  • golangci-lint run clean (rebuilt the linter from source with the go1.27 toolchain — the released binary was still go1.26-built and refuses to lint a go1.27 module)

@jwarykowski
jwarykowski merged commit 4926ed0 into master Aug 21, 2026
1 check passed
@jwarykowski
jwarykowski deleted the chore/go-1.27 branch August 21, 2026 11:30
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