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 for CI (v2) #1054

Merged
merged 3 commits into from
Feb 9, 2021
Merged

Update Go versions for CI (v2) #1054

merged 3 commits into from
Feb 9, 2021

Conversation

peterbourgon
Copy link
Member

Cleaner version of #1030.

@peterbourgon peterbourgon merged commit d9e46ba into master Feb 9, 2021
@peterbourgon peterbourgon deleted the go-version-update-2 branch February 9, 2021 17:31
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.13', '1.14']
go: ['1.14', '1.15']
Copy link
Contributor

Choose a reason for hiding this comment

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

curious and feel free to not answer if busy. what would make you decide to extend the range to 1.16? and if so, would you lift the floor also?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, 1.16 wasn't released when I made this change :)

Copy link
Member Author

Choose a reason for hiding this comment

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

And yes, the intent is to have this track the currently supported Go versions, which are the current version and the previous version, so technically should be 1.15 and 1.16, now.

@sagikazarmark sagikazarmark added this to the v0.11.0 milestone Jun 19, 2021
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