Skip to content

[codex] consolidate Go version#598

Merged
abtreece merged 3 commits into
mainfrom
codex/consolidate-go-1-26-2
May 7, 2026
Merged

[codex] consolidate Go version#598
abtreece merged 3 commits into
mainfrom
codex/consolidate-go-1-26-2

Conversation

@abtreece
Copy link
Copy Markdown
Owner

@abtreece abtreece commented May 7, 2026

Summary

  • Pin Go tooling, CI, Docker build references, and docs to Go 1.26.2
  • Replace the AGENTS.md pointer with a contributor guide for this repository

Validation

  • go test ./...
  • go test -mod=vendor ./pkg/... ./cmd/...

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.43%. Comparing base (96876ed) to head (bf6ab42).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #598      +/-   ##
==========================================
+ Coverage   67.38%   67.43%   +0.05%     
==========================================
  Files          53       53              
  Lines        5644     5644              
==========================================
+ Hits         3803     3806       +3     
+ Misses       1614     1612       -2     
+ Partials      227      226       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abtreece abtreece marked this pull request as ready for review May 7, 2026 04:40
Copilot AI review requested due to automatic review settings May 7, 2026 05:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Consolidates the repository’s Go toolchain/version references to a single pinned version and replaces the previous AGENTS.md pointer with a repo-specific contributor guide.

Changes:

  • Pin Go version references across go.mod, CI workflows, Docker build images, and docs to 1.26.2.
  • Update .tool-versions to match the pinned Go version.
  • Replace AGENTS.md content with repository guidelines and contributor instructions.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
go.mod Updates the module Go version directive to 1.26.2.
.tool-versions Pins the asdf golang tool version to 1.26.2.
docker/Dockerfile.build Pins the Docker build stage image to golang:1.26.2-alpine.
.github/workflows/release.yml Pins actions/setup-go to 1.26.2 for release jobs.
.github/workflows/integration-tests.yml Pins actions/setup-go to 1.26.2 for integration jobs.
.github/workflows/e2e-tests.yml Pins actions/setup-go to 1.26.2 for e2e jobs.
.github/workflows/cross-platform.yml Pins actions/setup-go to 1.26.2 for cross-platform jobs.
.github/workflows/codecov.yml Pins actions/setup-go to 1.26.2 for coverage jobs.
docs/installation.md Updates multi-stage Docker example to golang:1.26.2-alpine.
docs/docker.md Updates multi-stage Docker example to golang:1.26.2-alpine.
docs/development.md Updates dev env docs and download commands to Go 1.26.2.
README.md Updates the stated minimum/required Go version to 1.26.2.
AGENTS.md Replaces single-line pointer with a full repository contributor guide.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod Outdated
module github.com/abtreece/confd

go 1.26
go 1.26.2
Comment thread docs/installation.md

```dockerfile
FROM golang:1.25-alpine AS confd-builder
FROM golang:1.26.2-alpine AS confd-builder
@abtreece abtreece merged commit a0dbe3b into main May 7, 2026
15 checks passed
@abtreece abtreece deleted the codex/consolidate-go-1-26-2 branch May 7, 2026 20:19
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