Skip to content

Patching June 2026 - #86

Merged
jonhenrik13 merged 1 commit into
mainfrom
patching-june-2026
Jun 17, 2026
Merged

Patching June 2026#86
jonhenrik13 merged 1 commit into
mainfrom
patching-june-2026

Conversation

@piotrbulinski

Copy link
Copy Markdown
Contributor

This pull request updates the Go version and dependencies across the project, and improves CI workflow consistency by standardizing how the Go version is specified. The main changes include bumping the Go version to 1.26, updating dependency versions in go.mod, and modifying GitHub Actions workflows to use the go-version-file option for version management.

Dependency and Go version updates:

  • Updated the Go version in go.mod from 1.25.9 to 1.26, and bumped dependencies: go.qbee.io/transport to v1.26.25, golang.org/x/term to v0.44.0, and golang.org/x/sys to v0.46.0.

CI/CD workflow improvements:

  • Updated all GitHub Actions workflows (.github/workflows/golangci-lint.yml, .github/workflows/pr-test.yml, .github/workflows/release.yml) to use actions/setup-go@v6 with the go-version-file: go.mod option, ensuring that the Go version used in CI matches the version specified in go.mod. [1] [2] [3] [4] [5]
  • Updated the govulncheck step in .github/workflows/pr-test.yml to use go-version-file: go.mod instead of a hardcoded Go version.

@jonhenrik13
jonhenrik13 merged commit 33c860e into main Jun 17, 2026
6 checks passed
@jonhenrik13
jonhenrik13 deleted the patching-june-2026 branch June 17, 2026 09: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