-
Notifications
You must be signed in to change notification settings - Fork 78
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
CLOUDP-269300: Bump to Go 1.23 #1841
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5d44bb8
Bump Go & golangci
roothorp a7acfdd
Replace deprecated linter
roothorp bfb864b
Remedy linter errors
roothorp 5171140
Update licenses
roothorp ba2b02d
Move to go 1.23
josvazg c0df39d
Try fix the licenses issue
josvazg d0fc6d4
Bump all images to 1.23 also
josvazg 30cc42b
Apply suggestions from code review
josvazg e89ede5
Apply suggestions from code review
josvazg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.22 | ||
FROM golang:1.23 | ||
|
||
ENV KUBECTL_VERSION 1.18.12 | ||
ENV GO111MODULE on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
100644 c4cf9120e81ef4e31f288eef5adccbba2862f023 go.mod | ||
100644 6a6da89744c37c3cd16ce3e453f217e5927c2860 go.mod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"yq-go@latest", | ||
"[email protected]", | ||
"jq@latest", | ||
"go@1.22.5", | ||
"go@1.23", | ||
"gotests@latest", | ||
"act@latest", | ||
"kubectl@latest", | ||
|
@@ -16,11 +16,10 @@ | |
"kubernetes-helm@latest", | ||
"govulncheck@latest", | ||
"gotools@latest", | ||
"go-licenses@latest", | ||
"ginkgo@latest", | ||
"[email protected]", | ||
"shellcheck@latest", | ||
"golangci-lint@1.59.1", | ||
"golangci-lint@1.60", | ||
"[email protected]" | ||
] | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Not the prettiest fix, but the only one I could find.
From here:
google/go-licenses#149 (comment)
Seems we won't be able to use devbox/nix for the go-licenses binary and instead need to use it as a module dep.
cc @roothorp