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

[20.10 backport] update go to 1.17 #3556

Merged
merged 3 commits into from
Apr 19, 2022

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Apr 13, 2022

@thaJeztah
Copy link
Member Author

Ah, right, I was afraid that could be needed; likely need to run gofmt with Go 1.17 to keep the linters happy;

cli/connhelper/commandconn/session_unix.go:1: File is not `goimports`-ed (goimports)
// +build !windows
cli/connhelper/commandconn/commandconn_unix_test.go:1: File is not `goimports`-ed (goimports)
// +build !windows
cli/config/configfile/file_unix.go:1: File is not `goimports`-ed (goimports)
// +build !windows

@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2022

Codecov Report

Merging #3556 (80f673b) into 20.10 (994ed40) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            20.10    #3556   +/-   ##
=======================================
  Coverage   58.57%   58.57%           
=======================================
  Files         299      299           
  Lines       21457    21457           
=======================================
  Hits        12569    12569           
  Misses       7970     7970           
  Partials      918      918           

tonistiigi and others added 3 commits April 14, 2022 16:35
Removes the platform based switch between different versions.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 6119e4b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit a0f0578)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah marked this pull request as ready for review April 14, 2022 14:41
@thaJeztah
Copy link
Member Author

thx! let me bring this one in 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants