-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add Go 1.20 support #111
Add Go 1.20 support #111
Conversation
.github/workflows/ci.yml
Outdated
@@ -44,7 +44,7 @@ jobs: | |||
|
|||
strategy: | |||
matrix: | |||
go-version: [1.17.x] | |||
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting with each version of Go might be a little pedantic. Lmk your thoughts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to support 1.17 and 1.18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, let's just keep it to the last 2 supported releases of Go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Pushed an update with the changes.
b2ef584
to
0083665
Compare
Updates containerd/project-checks to v1.1.0 to run with Go 1.20. Updates golangci/golangci-lint to v1.51.1 for Go 1.20 support. Adds Go 1.20 to lint and test steps. Bumps minimum required version to Go 1.19 Signed-off-by: Austin Vazquez <macedonv@amazon.com>
0083665
to
4930cbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updates containerd/project-checks to v1.1.0 to run with Go 1.20. Updates
golangci/golangci-lint to v1.51.1 for Go 1.20 support. Adds Go 1.20 to
lint and test steps. Bumps minimum required version to Go 1.19
Signed-off-by: Austin Vazquez macedonv@amazon.com