Skip to content

Updated Go to v1.26 - #8

Merged
bexsoft merged 5 commits into
masterfrom
update-go
Aug 3, 2026
Merged

Updated Go to v1.26#8
bexsoft merged 5 commits into
masterfrom
update-go

Conversation

@bexsoft

@bexsoft bexsoft commented Aug 3, 2026

Copy link
Copy Markdown

What does this do?

Updated Go to v1.26

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
@bexsoft bexsoft self-assigned this Aug 3, 2026
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 233a97e0-5b01-4e63-8736-61294801d732

📥 Commits

Reviewing files that changed from the base of the PR and between 8e44bf9 and 121c314.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

The module now targets Go 1.26 with toolchain 1.26.5 and upgraded dependencies. CI, vulnerability checks, and Playwright jobs now use Go 1.26. The Makefile pins golangci-lint to v2.12.2.

Changes

Go version update

Layer / File(s) Summary
Module version and dependencies
go.mod
The module now targets Go 1.26 with toolchain 1.26.5. Direct and indirect dependencies are upgraded, added, or removed across OpenAPI, compression, testing, x/*, Prometheus, gRPC, protobuf, and related modules.
Workflow version alignment
.github/workflows/jobs.yaml, .github/workflows/vulncheck.yaml, web-app/playwright/jobs.yaml
Workflow matrices and Go setup steps now use Go 1.26.x. Coverage setup now runs go mod tidy with compatibility mode 1.26.
Pinned lint installation
Makefile
The getdeps target now installs golangci-lint v2.12.2 from golangci-lint.run/install.sh.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the primary change: updating the project to Go 1.26.
Description check ✅ Passed The description directly identifies the Go 1.26 update and matches the pull request changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-go

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Around line 3-5: Define the CI toolchain mode explicitly: set
GOTOOLCHAIN=local in the CI configuration and pin all Go workflow matrix
versions to 1.26.5 so builds use the intended local toolchain without automatic
downloads. Keep the go directive at 1.25.5 unless the code requires Go 1.26
language semantics.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: c1e8b75a-64ee-4ccd-9c01-a6a1e6d4b9f7

📥 Commits

Reviewing files that changed from the base of the PR and between bff2314 and b827541.

📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod Outdated

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/jobs.yaml:
- Line 25: Normalize every listed Go version matrix in
.github/workflows/jobs.yaml at lines 25, 67, 115, 153, 192, 246, 299, 351, 403,
451, 499, 552, 587, 624, 702, 815, 857, 897, 925, 952, 980, and 1008, and in
.github/workflows/vulncheck.yaml at line 36, by removing the inner spaces from
the bracketed 1.26.x value. Keep the matrix values unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 22a8d066-e75c-422f-a555-69ca6d67b0ae

📥 Commits

Reviewing files that changed from the base of the PR and between b827541 and 8060b6d.

📒 Files selected for processing (4)
  • .github/workflows/jobs.yaml
  • .github/workflows/vulncheck.yaml
  • go.mod
  • web-app/playwright/jobs.yaml

Comment thread .github/workflows/jobs.yaml Outdated
- Bump golang.org/x/net v0.53.0 → v0.55.0 (GO-2026-5026)
- Bump github.com/go-openapi/swag v0.25.4 → v0.28.0 to unblock
  `go mod tidy`, which was failing because the older swag/loading
  pinned enable/yaml/v2 v2.0.2, whose source references a removed
  testify/v2/assert/yaml package.
- Refresh go.sum via `go mod tidy`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bexsoft
bexsoft merged commit 3f75351 into master Aug 3, 2026
24 of 27 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.

1 participant