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

CI: Test with Go 1.17 #1009

Merged
merged 1 commit into from
Sep 10, 2021
Merged

CI: Test with Go 1.17 #1009

merged 1 commit into from
Sep 10, 2021

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Sep 10, 2021

Add Go 1.17 to the list of versions we test with. gofmt all files to
add the new //go:build directives meant to replace // +build.

This supersedes the Go version upgrade in #999. That PR will be narrowed
down just to Windows support.

Add Go 1.17 to the list of versions we test with. `gofmt` all files to
add the new `//go:build` directives meant to replace `// +build`.

This supersedes the Go version upgrade in #999. That PR will be narrowed
down just to Windows support.
@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #1009 (32c2f85) into master (7011157) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1009   +/-   ##
=======================================
  Coverage   98.10%   98.10%           
=======================================
  Files          46       46           
  Lines        2058     2058           
=======================================
  Hits         2019     2019           
  Misses         30       30           
  Partials        9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7011157...32c2f85. Read the comment docs.

@@ -19,6 +19,7 @@
// THE SOFTWARE.

// See #682 for more information.
//go:build go1.12
Copy link
Contributor

Choose a reason for hiding this comment

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

can we just kill these now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah we can probably kill the pre Go 1.12 files; I'll do that in a follow up.

@abhinav abhinav merged commit a0e2380 into master Sep 10, 2021
@abhinav abhinav deleted the abg/go117 branch September 10, 2021 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants