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

[golang] Update to 1.19rc2 (from 1.18.3) #111254

Merged
merged 6 commits into from Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 9 additions & 7 deletions .golangci.yaml
Expand Up @@ -21,18 +21,20 @@ linters:
# - structcheck
# - varcheck
- ineffassign
- logcheck
# TODO(golang): Need to fix this to work with golang 1.19
# - logcheck
- staticcheck
- stylecheck
- unused

linters-settings: # please keep this alphabetized
custom:
logcheck:
# Installed there by hack/verify-golangci-lint.sh.
path: _output/local/bin/logcheck.so
description: structured logging checker
original-url: k8s.io/klog/hack/tools
# TODO(golang): Need to fix this to work with golang 1.19
# custom:
# logcheck:
# # Installed there by hack/verify-golangci-lint.sh.
# path: _output/local/bin/logcheck.so
# description: structured logging checker
# original-url: k8s.io/klog/hack/tools
staticcheck:
go: "1.18"
checks: [
Expand Down
16 changes: 8 additions & 8 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.