Skip to content

Commit

Permalink
Merge pull request #1880 from sbueringer/pr-bump-linters-to-1.18
Browse files Browse the repository at this point in the history
馃尡 Bump linters to Go 1.18
  • Loading branch information
k8s-ci-robot committed Apr 28, 2022
2 parents 46ccbd3 + 750a283 commit 3cb6722
Showing 1 changed file with 2 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.17"
go: "1.18"
stylecheck:
go: "1.17"
go: "1.18"

issues:
max-same-issues: 0
Expand Down

0 comments on commit 3cb6722

Please sign in to comment.