-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bump golang to v1.21 (backport #85) #90
Merged
Merged
Conversation
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
|
Merged
Vicente-Cheng
force-pushed
the
mergify/bp/v0.5.x/pr-85
branch
from
April 17, 2024 03:30
9425637
to
189717a
Compare
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit a11b3da)
- Also bump golangci-lint to v1.55.2 Signed-off-by: Vicente Cheng <[email protected]> (cherry picked from commit 750c5d3) Conflicts: Dockerfile.dapper - update the golangci-lint version
Signed-off-by: Vicente Cheng <[email protected]> (cherry picked from commit 1a06d92)
Signed-off-by: Volker Theile <[email protected]> (cherry picked from commit 5dc08da) Conflicts: go.mod pkg/controller/blockdevice/controller.go - remove redundant changes
Signed-off-by: Volker Theile <[email protected]> (cherry picked from commit 55e8752) Conflicts: Dockerfile.dapper - update the golangci-lint version
Vicente-Cheng
force-pushed
the
mergify/bp/v0.5.x/pr-85
branch
from
April 17, 2024 03:51
189717a
to
49d0297
Compare
v0.5.x missed some corresponding commits to bump |
FrankYang0529
approved these changes
Apr 17, 2024
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.
LGTM. Thanks.
bk201
approved these changes
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem:
Go v1.20 is EOL on 06 Feb 2024.
Solution:
Bump golang to v1.21.
Related Issue:
harvester/harvester#5310, harvester/harvester#5612
This is an automatic backport of pull request #85 done by [Mergify](https://mergify.com).