Skip to content

Bump project toolchain and Docker build to Go 1.26.2#15

Merged
dikkadev merged 1 commit into
mainfrom
copilot/update-go-version-dockerfile
Apr 22, 2026
Merged

Bump project toolchain and Docker build to Go 1.26.2#15
dikkadev merged 1 commit into
mainfrom
copilot/update-go-version-dockerfile

Conversation

Copilot AI commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

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

    • Updates go.mod from go 1.24.0 to go 1.26.2
  • Docker build

    • Moves the Go builder stage in Dockerfile from golang:1.23-alpine to golang:1.26.2-alpine
  • CI alignment

    • Updates actions/setup-go in the test workflow to 1.26.2 so CI runs against the same toolchain declared by the module and used in Docker
  • Developer docs

    • Raises the documented minimum Go version in README.md to 1.26.2
FROM golang:1.26.2-alpine AS builder
go 1.26.2

Agent-Logs-Url: https://github.com/dikkadev/bangs/sessions/1f12163f-a4d4-44d6-80bc-3c0315d56806

Co-authored-by: dikkadev <64754924+dikkadev@users.noreply.github.com>
@dikkadev dikkadev marked this pull request as ready for review April 22, 2026 22:38
@dikkadev dikkadev merged commit d29b98f into main Apr 22, 2026
4 of 5 checks passed
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.

2 participants