-
Notifications
You must be signed in to change notification settings - Fork 88
chore: upgrade golang to 1.26 #344
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
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 |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ on: | |
| type: string | ||
|
|
||
| env: | ||
| GO_VERSION: "1.23" | ||
| GO_VERSION: "1.26" | ||
| OBD_VERSION: "1.0.12" | ||
|
|
||
| jobs: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ on: | |
| - "v*" | ||
|
|
||
| env: | ||
| GO_VERSION: "1.23" | ||
| GO_VERSION: "1.26" | ||
|
|
||
| jobs: | ||
| build: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ This doc includes: | |
|
|
||
| ## Requirements | ||
|
|
||
| * Install Go >= 1.23.x | ||
| * Install Go >= 1.26.x | ||
|
Member
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. Why drop support for Go 1.25?
Contributor
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. FWIW, Flatcar packages this project but wasn't ready to take 1.26, so we just patched it to 1.25 and nothing bad happened. |
||
| * Install runc >= 1.0 | ||
| * Install containerd >= 2.0.x | ||
| * See [Downloads at containerd.io](https://containerd.io/downloads/). | ||
|
|
||
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.
If the version is increasing, we should probably do a go mod tidy to upgrade the dependencies as well
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.
I ran the go mod tidy and go mod vendor. there is no change in go.sum