Skip to content
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 go versions #4687

Merged
merged 2 commits into from
May 11, 2022
Merged

Update go versions #4687

merged 2 commits into from
May 11, 2022

Conversation

antgamdia
Copy link
Contributor

Description of the change

Trivial PR upgrading the go versions of our dev container images.

Benefits

Go 1.18.2 includes security fixes to the syscall package. Not sure it is relevant for us, but it's good to keep our imgs up to date.

Possible drawbacks

N/A

Applicable issues

Additional information

N/A

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
@antgamdia antgamdia mentioned this pull request May 11, 2022
13 tasks
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
COPY go.mod go.sum ./
ARG VERSION="devel"

ARG BUF_VERSION="1.0.0-rc11"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I saw 1.0.0-rc11 I thought "wow, this must be veeery old". But it is only 4 months old 😄 .
The buf project is on 🔥

@castelblanque
Copy link
Collaborator

LGTM

@antgamdia antgamdia merged commit d7cd72c into vmware-tanzu:main May 11, 2022
@antgamdia antgamdia deleted the 4661-updateGo branch May 11, 2022 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants