Skip to content

Commit

Permalink
Merge pull request #1731 from zoues/go1.17
Browse files Browse the repository at this point in the history
✨ bump golang 1.17
  • Loading branch information
k8s-ci-robot committed Nov 29, 2021
2 parents 4d10a06 + 4890598 commit 067c1dc
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 067c1dc

Please sign in to comment.