-
Notifications
You must be signed in to change notification settings - Fork 108
✨Bump go version to v1.20.4 #187
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 v1.20.4 #187
Conversation
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
hmm #186 already does take care of the go bump, I will rebase this once that is merged /hold |
/retest |
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
9f718f0
to
f9480e2
Compare
/hold cancel |
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!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexander-demicev 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 |
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!
LGTM label has been added. Git tree hash: 876e68fbb28a891a58963fedacda378a1150403d
|
What this PR does / why we need it:
Few CI jobs are failing in main branch (e2e-main, test-main) and PRs like #186 due to go version incompatibility with k8s:
This PR bumps go version (1st commit), fixes lint issue (2nd commit) and also allows users to override the builder image (3rd commit)