Skip to content

Commit

Permalink
bump golang version 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: zounengren <zouyee1989@gmail.com>
  • Loading branch information
zouyee committed Nov 29, 2021
1 parent 4d10a06 commit 4890598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Expand Up @@ -59,9 +59,9 @@ linters-settings:
- pkg: sigs.k8s.io/controller-runtime
alias: ctrl
staticcheck:
go: "1.16"
go: "1.17"
stylecheck:
go: "1.16"
go: "1.17"

issues:
max-same-issues: 0
Expand Down

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

1 change: 1 addition & 0 deletions pkg/config/v1alpha1/zz_generated.deepcopy.go

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

0 comments on commit 4890598

Please sign in to comment.