-
Notifications
You must be signed in to change notification settings - Fork 112
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
Updates go to v1.17 #950
Updates go to v1.17 #950
Conversation
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.
Hi @sm43, thank you for looking into this. Two minor change requests.
@sm43 Regarding the failures in the verify step, I guess, it is time to replace the remaining |
fae54ad
to
819eada
Compare
/kind dependency-change |
@SaschaSchwarze0 Can you help me understand this tag?
with go v1.17 the tag is changed to //go:build !ignore_autogenerated previoulsy it was // +build !ignore_autogenerated
|
Based on the Go 1.17 release notes:
I think having both is fine assuming it was generated like this. |
This patch does the following - update go.mod and run `go mod vendor` - update workflow - update hack.md - update the ko build strategy - update the sample ko build that builds shipwright Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
yes it was generated like this. updated the pr. ptal |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This patch does the following
go mod vendor
Closes #942
Signed-off-by: Shivam Mukhade smukhade@redhat.com
Changes
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes