-
Notifications
You must be signed in to change notification settings - Fork 505
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
Build images using golang 1.15.8 #1896
Conversation
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
/test pull-release-image-kube-cross |
84e3999
to
9e74142
Compare
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
9e74142
to
109b20d
Compare
/test pull-release-image-kube-cross |
Ah yeah the service account does not exist. @cpanato may have more insights into this kind of issue. |
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
/hold for possible suggestions about the CI.
the job |
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
I think that is okay to push back from 1.16 to 1.5, maybe we need to redo the 1.16 again
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, puerco, saschagrunert 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 |
/priority important-soon |
/retest |
@@ -1,8 +1,8 @@ | |||
variants: | |||
canary: | |||
CONFIG: 'canary' | |||
GO_VERSION: '1.16rc1' | |||
IMAGE_VERSION: 'v1.16.0-rc.1-canary-1' |
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.
now looking at it again, i think this should stay as 1.16 , will revert this part
What type of PR is this?
/kind feature
/area dependency
What this PR does / why we need it:
Go 1.15.8 was released on Feb 4th 2021: https://groups.google.com/g/golang-announce/c/rUbPPotvaFM
This PR bumps the golang version to 1.15.8 in the following images: kube-cross, go-runner, vulndash, releng-ci
Which issue(s) this PR fixes:
Part of #1895
Special notes for your reviewer:
My first attempt at a golang bump. I built this PR following @ameukam's work on 1.15.7
Does this PR introduce a user-facing change?