Skip to content

Commit 3cb6722

Browse files
authored
Merge pull request #1880 from sbueringer/pr-bump-linters-to-1.18
🌱 Bump linters to Go 1.18
2 parents 46ccbd3 + 750a283 commit 3cb6722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ linters-settings:
5959
- pkg: sigs.k8s.io/controller-runtime
6060
alias: ctrl
6161
staticcheck:
62-
go: "1.17"
62+
go: "1.18"
6363
stylecheck:
64-
go: "1.17"
64+
go: "1.18"
6565

6666
issues:
6767
max-same-issues: 0

0 commit comments

Comments
 (0)