Skip to content

fix: bump Go to 1.26.6 for govulncheck - #164

Merged
bmorton merged 2 commits into
mainfrom
copilot/fix-govulncheck-job
Aug 16, 2026
Merged

bmorton merged 2 commits into
mainfrom
copilot/fix-govulncheck-job

Conversation

Copilot AI commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

The govulncheck GitHub Actions job was failing because the repository targeted Go 1.26.5, which includes standard library vulnerabilities fixed in Go 1.26.6.

  • Toolchain

    • Bump root go.mod from 1.26.5 to 1.26.6
    • Bump docs/go.mod from 1.26.5 to 1.26.6
  • Container build

    • Update the Docker builder image to match the patched Go release:
FROM golang:1.26.6 AS builder

Co-authored-by: bmorton <376390+bmorton@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'govulncheck' fix: bump Go to 1.26.6 for govulncheck Aug 15, 2026
Copilot AI requested a review from bmorton August 15, 2026 06:56
@bmorton
bmorton marked this pull request as ready for review August 16, 2026 06:33
@bmorton
bmorton merged commit 467f798 into main Aug 16, 2026
15 checks passed
@bmorton
bmorton deleted the copilot/fix-govulncheck-job branch August 16, 2026 06:43
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