Skip to content

build(go): update toolchain to 1.26.7 - #134

Open
alrxy wants to merge 1 commit into
stagefrom
chore/go-1.26.7
Open

build(go): update toolchain to 1.26.7#134
alrxy wants to merge 1 commit into
stagefrom
chore/go-1.26.7

Conversation

@alrxy

@alrxy alrxy commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pin the module toolchain to Go 1.26.7
  • build the production image with golang:1.26.7-alpine3.23
  • align the contributor commands in CLAUDE.md

Rationale

Go 1.26.6 contains the security fixes for the standard-library findings reachable under 1.26.5. Go 1.26.7 is the current patch release and adds a follow-up net/http fix, so this updates directly to the latest supported 1.26 toolchain without mixing in a Go 1.27 migration.

Validation

  • make format
  • make test
  • make lint
  • go build ./...
  • go mod tidy produced no diff
  • govulncheck ./...: 0 symbol-level vulnerabilities
  • production Docker image built successfully and reports go1.26.7

Pick up the Go 1.26.6 security fixes and the follow-up 1.26.7 net/http fix. Keep local, CI, and container build documentation aligned with the pinned toolchain.
@alrxy
alrxy requested a review from oxsteins August 24, 2026 07:12
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