-
Notifications
You must be signed in to change notification settings - Fork 32
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 go version to 1.16 #55
Bump go version to 1.16 #55
Conversation
config/manager/kustomization.yaml
Outdated
newName: quay.io/eduardoarango/node-feature-discovery-operator | ||
newTag: v0.2.0-22-ge57fe01f-dirty |
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.
Don't change these, please
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.
damm kustomize... sorry
config/manager/manager.yaml
Outdated
@@ -30,7 +30,7 @@ spec: | |||
capabilities: | |||
drop: ["ALL"] | |||
command: | |||
- /manager | |||
- /node-feature-discovery-operator |
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.
Unrelated
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.
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.
Remember to also submit a accompanying PR against https://github.com/kubernetes/test-infra
working on that |
7a28c5d
to
e028f46
Compare
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.
Sorry to nag about the commit message as it's not aligned with the content. Could you update it, e.g. to something like the PR title Bump go version and tidy up go.sum
e028f46
to
35d314f
Compare
done, now commit has a good and descriptive message |
Don't see any change there 🤔 |
Now I see it. I just think that subject of the PR ("Bump go version") would be far better subject to the commit message than the current "update dependencies". Which is quite misleading as this patch does not really udpate any dependencies |
Bump go version to 1.16 and run go mod tidy Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
35d314f
to
fdfaee8
Compare
got it |
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.
Thanks. Now we're golang 1.16 everywhere
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, marquiz 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 updates:
go mod tidy
Signed-off-by: Carlos Eduardo Arango Gutierrez carangog@redhat.com