Skip to content

chore: bump Go to 1.26.4#497

Merged
dc-tec merged 1 commit into
mainfrom
chore/update-go-1.26.4
Jun 4, 2026
Merged

chore: bump Go to 1.26.4#497
dc-tec merged 1 commit into
mainfrom
chore/update-go-1.26.4

Conversation

@dc-tec

@dc-tec dc-tec commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps the repository Go toolchain pin from 1.26.3 to 1.26.4.

This updates the canonical Go version in go.mod, refreshes the pinned golang:1.26.4 builder image digest across the project Dockerfiles, and updates the contributor setup prerequisite documentation.

Related Issues

None.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (code improvement/cleanup)
  • CI, release, or build tooling
  • Other maintenance

Risk and Compatibility

Low. This is a Go patch-version bump and builder image refresh. No API, CRD, Helm, RBAC, security policy, upgrade flow, or runtime behavior change is intended.

Verification

  • go mod tidy
  • GOFLAGS='-mod=mod' go mod vendor && git diff --exit-code -- vendor
  • make doctor
  • GOFLAGS='-mod=vendor' go test $(GOFLAGS='-mod=vendor' go list ./... | grep -v '/test/e2e')
  • Pre-push hook: make lint-ci

make ci-core was not run locally.

Reviewer Notes

I did not add .go-version because the repository already uses go.mod as the Go version source for GitHub Actions and make doctor, keeping a single source of truth.

Historical perf baseline JSON files and versioned website docs still mention Go 1.26.3; those were left unchanged because they describe captured/historical artifacts rather than active toolchain pins.

Checklist

  • My code follows the project style guide.
  • I have performed a self-review of my own code.
  • I have added or updated tests, or explained why tests are not needed.
  • I have updated documentation, or explained why docs are not needed.
  • I have updated generated artifacts, or confirmed none are affected.
  • I have checked that this change does not log or expose secrets, tokens, credentials, keys, or raw Secret data.
  • I have run the relevant local checks, or documented why they were not run.
  • Any dependent changes have been merged, published, or clearly called out.

Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
@dc-tec dc-tec self-assigned this Jun 4, 2026
@dc-tec dc-tec marked this pull request as ready for review June 4, 2026 11:48
@dc-tec

dc-tec commented Jun 4, 2026

Copy link
Copy Markdown
Owner Author

Supersedes #496

@dc-tec dc-tec merged commit 93e37d1 into main Jun 4, 2026
51 checks passed
@dc-tec dc-tec deleted the chore/update-go-1.26.4 branch June 4, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant