-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update Golang to v1.20 for main branch. #6158
Conversation
718962a
to
32d8d4d
Compare
32d8d4d
to
0f496a3
Compare
Codecov Report
@@ Coverage Diff @@
## main #6158 +/- ##
==========================================
+ Coverage 41.28% 41.31% +0.02%
==========================================
Files 251 251
Lines 23399 23402 +3
==========================================
+ Hits 9661 9669 +8
+ Misses 12979 12975 -4
+ Partials 759 758 -1 see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -12,7 +12,7 @@ | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
|
|||
FROM --platform=linux/amd64 golang:1.19-bullseye | |||
FROM --platform=linux/amd64 golang:1.20-bullseye |
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.
Any chance you can cherrypick changes from #6085 into this PR?
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.
or I guess merge that then rebase this.
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 prefer to keep the changes in separate PRs.
Signed-off-by: Xun Jiang <[email protected]>
0f496a3
to
0be3f5a
Compare
Thank you for contributing to Velero!
Please add a summary of your change
Due to
actions/setup-python
's limitation, golang's version1.20
is parsed into1.2
. Need to use'1.20'
instead.actions/setup-go#326 (comment)
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.