-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bump up go and golangci-lint version #52
Conversation
wenyingd
commented
Aug 23, 2023
•
edited
Loading
edited
- Bump up go version to v1.21
- Bump up golangci-lint version to v1.54.0
82105bc
to
de6b6fa
Compare
Makefile
Outdated
@@ -1,5 +1,5 @@ | |||
GO ?= go | |||
GOLANGCI_LINT_VERSION := v1.52.2 | |||
GOLANGCI_LINT_VERSION := v1.54.0 |
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.
can you use 1.54.2?
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.
I observe that antrea is using 1.54.0, so I change to the same version.
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.
the only reason why it uses 1.54.0 is because it was the latest version when I created my PR... There's no reason not to pick up the latest patch release here
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.
Got it, I will update.
de6b6fa
to
6d66ac8
Compare
|
6d66ac8
to
0db831b
Compare
1. Bump up go version to v1.21 2. Bump up golangci-lint version to v1.54.2 Signed-off-by: wenyingd <[email protected]>
0db831b
to
6713103
Compare
Yes, updated. |