chore: bump Go to 1.27 and build tools - #54
Merged
Merged
Conversation
paskal
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates the build image to Go 1.27 and refreshes its pinned tools.
build.go/Dockerfilegolang:1.26-alpinetogolang:1.27-alpineGOLANGCI2.12.2to2.13.1, the first release with Go 1.27 supportGORELEASER2.13.3to2.18.0STATIK0.1.7to0.1.8GOVERALLSstays at0.0.12. The two Go 1.26 references inCLAUDE.mdnow match the image.the built image reports Alpine 3.24.1 and Go 1.27.0. The installed golangci-lint, GoReleaser, statik and goveralls binaries match their declared versions.
moqremains intentionally installed from@latest; this build resolved it to v0.7.1. Thegolang:1.27-alpinetag andapk addinputs also float, so later rebuilds may produce different bytes without a source change.the second commit records feature-branch push runs that report success without building an image, in
docs/backlog/workflow-vacuous-push-runs.md. The workflow fix stays deferred.base.scratchis unchanged. Its existing one-release lag behindapp:latestwill be addressed separately.Compatibility
go testnow enables thestdversionvet check by default. Go 1.27 can emit different gzip, zip, zlib and PNG bytes.golangci-lint2.13.1 can report new findings from updated analyzers.