Skip to content

Upgrade Go, dependencies and GitHub actions - #42

Merged
F21 merged 3 commits into
mainfrom
upgrades
Sep 4, 2026
Merged

F21 merged 3 commits into
mainfrom
upgrades

Conversation

@F21

@F21 F21 commented Sep 4, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings September 4, 2026 04:15
@F21
F21 merged commit 3cb7831 into main Sep 4, 2026
3 checks passed
@F21
F21 deleted the upgrades branch September 4, 2026 04:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

The declared Go version in go.mod is inconsistent with the versions exercised by CI/Compose defaults, which can misstate the supported minimum and reduce confidence in compatibility.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR upgrades the repository’s Go toolchain expectations, Go module dependencies, and GitHub Actions workflow action versions to keep builds and automation current.

Changes:

  • Updated go.mod/go.sum to newer golang.org/x/* dependency versions.
  • Bumped Docker Compose Go image defaults and CI matrix Go versions.
  • Updated GitHub Actions workflow action major versions (checkout, app token, PR creation).
File summaries
File Description
go.mod Updates Go version directive and module requirements.
go.sum Refreshes dependency checksums after module upgrades.
compose.yaml Bumps default Go Docker image version for test/generate services.
.github/workflows/update-generated-data.yml Updates action versions used by scheduled generation PR workflow.
.github/workflows/tests.yml Updates CI matrix Go versions and checkout action version.
Review details
  • Files reviewed: 4/5 changed files
  • Comments generated: 3
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 11 to 15
go:
- version: 1.25
- version: 1.27
report: true
- version: 1.24
- version: 1.26
runs-on: ubuntu-latest
Comment thread go.mod
module github.com/Boostport/address

go 1.23.0
go 1.25.0
Comment thread compose.yaml
Comment on lines 2 to 4
test:
image: golang:${GO_VERSION:-1.25}
image: golang:${GO_VERSION:-1.27}
working_dir: /source
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