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

Bump controller runtime / k8s api #1275

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Bump controller runtime / k8s api #1275

merged 2 commits into from
Mar 28, 2022

Conversation

fedepaol
Copy link
Member

Following up the updates from dependabot, we bump up the versions of both the pinned k8s api and the version of the controller runtime.

Following up the updates from dependabot, we bump up the versions of
both the pinned k8s api and the version of the controller runtime.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
Bump up go version for CI

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
- run: |
curl -o /tmp/go1.17.1.linux-amd64.tar.gz https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf /tmp/go1.17.1.linux-amd64.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

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

how come with go 1.16 we didn't have to curl?

Copy link
Member Author

Choose a reason for hiding this comment

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

the issue here is, we are using a vm (as opposed to the docker image for the other lanes) because frr tests are using docker. The version of go that came with it was old and not compatible with our codebase (some of the dependencies, actually).

@oribon
Copy link
Member

oribon commented Mar 28, 2022

lgtm

@fedepaol fedepaol merged commit 13dbc18 into metallb:main Mar 28, 2022
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.

None yet

3 participants