-
Notifications
You must be signed in to change notification settings - Fork 2.2k
build: bump CI and Docker Go version to 1.26.0 #10566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ ACTIVE_GO_VERSION_MINOR := $(shell echo $(ACTIVE_GO_VERSION) | cut -d. -f2) | |
| # GO_VERSION is the Go version used for the release build, docker files, and | ||
| # GitHub Actions. This is the reference version for the project. All other Go | ||
| # versions are checked against this version. | ||
| GO_VERSION = 1.25.5 | ||
| GO_VERSION = 1.26.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While you've updated the I suggest changing it to |
||
|
|
||
| GOBUILD := $(GOCC) build -v | ||
| GOINSTALL := $(GOCC) install -v | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the example in this comment. To prevent this from being missed in future version bumps, you might consider enhancing
scripts/check-go-version-yaml.shto also check for Go version strings in comments within YAML files, for example by looking for patterns likego-X.Y.Z.