Bump project toolchain and Docker build to Go 1.26.2#15
Merged
Conversation
Agent-Logs-Url: https://github.com/dikkadev/bangs/sessions/1f12163f-a4d4-44d6-80bc-3c0315d56806 Co-authored-by: dikkadev <64754924+dikkadev@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dikkadev
April 22, 2026 22:37
View session
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.
This updates the repository’s Go baseline to the current stable release and aligns container and CI builds with the same version. The goal is to remove version drift across local development, GitHub Actions, and Docker images.
Go baseline
go.modfromgo 1.24.0togo 1.26.2Docker build
Dockerfilefromgolang:1.23-alpinetogolang:1.26.2-alpineCI alignment
actions/setup-goin the test workflow to1.26.2so CI runs against the same toolchain declared by the module and used in DockerDeveloper docs
README.mdto1.26.2FROM golang:1.26.2-alpine AS builder