-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 with Go 1.19 #5753
Build with Go 1.19 #5753
Conversation
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
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.
Two comments, otherwise LGTM
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
``` WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649. ``` Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
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.
💪
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.
Thanks for always taking care of these upgrades 😄
* Build with Go 1.19 Signed-off-by: Sylvain Rabot <[email protected]> * Run go fmt with go 1.19 Signed-off-by: Sylvain Rabot <[email protected]> * Add changelog entry Signed-off-by: Sylvain Rabot <[email protected]> * Revert go version in go.mod Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade faillint to v1.11.0 Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade github.com/golangci/golangci-lint to v1.49.0 Signed-off-by: Sylvain Rabot <[email protected]> * Remove deprecated linters ``` WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649. ``` Signed-off-by: Sylvain Rabot <[email protected]> * Regen proto files Signed-off-by: Sylvain Rabot <[email protected]> * Fix typo Signed-off-by: Sylvain Rabot <[email protected]> * Format docs Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade gopsutil to v3.22.9 Signed-off-by: Sylvain Rabot <[email protected]> * Display diff in the check-docs target Signed-off-by: Sylvain Rabot <[email protected]> * Fix macOS path in docs/components/tools.md Signed-off-by: Sylvain Rabot <[email protected]> Signed-off-by: Sylvain Rabot <[email protected]>
* Build with Go 1.19 Signed-off-by: Sylvain Rabot <[email protected]> * Run go fmt with go 1.19 Signed-off-by: Sylvain Rabot <[email protected]> * Add changelog entry Signed-off-by: Sylvain Rabot <[email protected]> * Revert go version in go.mod Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade faillint to v1.11.0 Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade github.com/golangci/golangci-lint to v1.49.0 Signed-off-by: Sylvain Rabot <[email protected]> * Remove deprecated linters ``` WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649. ``` Signed-off-by: Sylvain Rabot <[email protected]> * Regen proto files Signed-off-by: Sylvain Rabot <[email protected]> * Fix typo Signed-off-by: Sylvain Rabot <[email protected]> * Format docs Signed-off-by: Sylvain Rabot <[email protected]> * Upgrade gopsutil to v3.22.9 Signed-off-by: Sylvain Rabot <[email protected]> * Display diff in the check-docs target Signed-off-by: Sylvain Rabot <[email protected]> * Fix macOS path in docs/components/tools.md Signed-off-by: Sylvain Rabot <[email protected]> Signed-off-by: Sylvain Rabot <[email protected]> Signed-off-by: utukj <[email protected]>
Changes
Build with Go 1.19
Verification