Skip to content

Commit 750a283

Browse files
committed
Bump linters to Go 1.18
Signed-off-by: Stefan Büringer [email protected]
1 parent 46ccbd3 commit 750a283

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)