Skip to content

Commit

Permalink
Merge pull request #111254 from dims/update-to-golang-1.19-rc2
Browse files Browse the repository at this point in the history
[golang] Update to 1.19rc2 (from 1.18.3)
  • Loading branch information
k8s-ci-robot committed Jul 26, 2022
2 parents 631a5a8 + a9593d6 commit 3ffdfbe
Show file tree
Hide file tree
Showing 464 changed files with 3,413 additions and 2,972 deletions.
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.

0 comments on commit 3ffdfbe

Please sign in to comment.