Skip to content

chore: update Go toolchain patch version#1226

Merged
amisevsk merged 1 commit into
kitops-ml:mainfrom
houyuwushang:go-1-25-11-security-patch
Jul 2, 2026
Merged

chore: update Go toolchain patch version#1226
amisevsk merged 1 commit into
kitops-ml:mainfrom
houyuwushang:go-1-25-11-security-patch

Conversation

@houyuwushang

Copy link
Copy Markdown
Contributor

Description

Updates the Go directive from 1.25.7 to 1.25.11 so actions/setup-go jobs that use go-version-file: go.mod build with the current Go 1.25 patch release.

This keeps the project on the existing Go 1.25 minor line instead of jumping to Go 1.26. The container build already uses golang:1.25-alpine, which tracks the current Go 1.25 patch release for that image line.

Validation:

  • GOTOOLCHAIN=go1.25.11 go test -count=1 ./pkg/...
  • go test -count=1 ./pkg/...
  • go test -race -count=1 ./pkg/...
  • go test -run '^$' ./...
  • go build -o kit.exe
  • git diff --check

Linked issues

Fixes #1199

AI-Assisted Code

  • This PR contains AI-generated code that I have reviewed and tested
  • I take full responsibility for all code in this PR, regardless of how it was created

Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>

@amisevsk amisevsk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @houyuwushang

@amisevsk amisevsk merged commit d2d0373 into kitops-ml:main Jul 2, 2026
8 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.

Upgrade go version to avoid CVEs

2 participants