-
Notifications
You must be signed in to change notification settings - Fork 110
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
build: Use Go 1.17 for golangci linting and update golangci/golangci-lint-action #364
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ethan-lowman-dd
force-pushed
the
ethan.lowman/fix-linters-go-1.18
branch
from
August 24, 2022 18:50
35ef54e
to
88b6bc1
Compare
asraa
reviewed
Aug 24, 2022
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 minus some format checks that'd be nice to clean up here!
ethan-lowman-dd
force-pushed
the
ethan.lowman/fix-linters-go-1.18
branch
2 times, most recently
from
August 24, 2022 19:13
a11e9a0
to
ca0eb4e
Compare
asraa
reviewed
Aug 24, 2022
asraa
reviewed
Aug 24, 2022
asraa
previously approved these changes
Aug 24, 2022
trishankatdatadog
previously approved these changes
Aug 24, 2022
asraa
previously approved these changes
Aug 29, 2022
@ethan-lowman-dd would you mind resolving the conflicts? |
…tion Go 1.18 is not supported by golangci-lint yet since generics are not supported. Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
ethan-lowman-dd
dismissed stale reviews from asraa and trishankatdatadog
via
September 6, 2022 14:52
ae1bd4e
ethan-lowman-dd
force-pushed
the
ethan.lowman/fix-linters-go-1.18
branch
from
September 6, 2022 14:52
5c04ac0
to
ae1bd4e
Compare
Rebased the branch to fix merge conflicts. |
trishankatdatadog
approved these changes
Sep 6, 2022
asraa
approved these changes
Sep 6, 2022
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.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #362
Release Notes:
Types of changes:
Description of the changes being introduced by the pull request:
Go 1.18 is not supported by golangci-lint yet since generics are not supported. To fix, we have to lint using Go 1.17. Note that gofmt checks still appear to target the latest Go version.
Please verify and check that the pull request fulfills the following requirements: