Support Go 1.15 and 1.14 in workflows/tests.yml #1605
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1605 +/- ##
=======================================
Coverage 68.04% 68.04%
=======================================
Files 97 97
Lines 8830 8830
=======================================
Hits 6008 6008
Misses 1908 1908
Partials 914 914 Continue to review full report at Codecov.
|
|
@nightlark - if you are available, please feel free to approve this PR. Thanks. |
|
LGTM. |
|
Thank you, @nightlark ! |
00ac78b
into
google:master
7 checks passed
7 checks passed
cla/google
All necessary CLAs are signed
n1lesh
pushed a commit
to n1lesh/go-github
that referenced
this pull request
Oct 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Since Go 1.15 has been released, and we want to test the two most recent major releases of Go on this repo, this PR bumps workflows/tests.yml to test the most recent (1.x) version of Go, and the next-most-recent (1.14.x) version.