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 Go version to 1.17 #807

Merged
merged 2 commits into from
Aug 19, 2021
Merged

Bump Go version to 1.17 #807

merged 2 commits into from
Aug 19, 2021

Conversation

coro
Copy link
Contributor

@coro coro commented Aug 19, 2021

Summary Of Changes

This PR bumps the version of Go used to compile the manager binary to 1.17.

This also includes the changes to the go.mod file and // +build directives - see the release notes

Local Testing

Please ensure you run the unit, integration and system tests before approving the PR.

To run the unit and integration tests:

$ make unit-tests integration-tests

You will need to target a k8s cluster and have the operator deployed for running the system tests.

For example, for a Kubernetes context named dev-bunny:

$ kubectx dev-bunny
$ make destroy deploy-dev
# wait for operator to be deployed
$ make system-tests

Copy link
Collaborator

@Zerpet Zerpet left a comment

Choose a reason for hiding this comment

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

Go mod file seems a lot more verbose now 😄

@coro coro merged commit ba666d1 into main Aug 19, 2021
@coro coro deleted the go1.17 branch August 19, 2021 09:52
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.

3 participants