Skip to content

Commit 18694e1

Browse files
Review changes
1 parent 561685f commit 18694e1

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
@@ -108,7 +108,7 @@ linters-settings:
108108
- whyNoLint
109109
- wrapperFunc
110110
unused:
111-
go: "1.22"
111+
go: "1.23"
112112
issues:
113113
exclude-files:
114114
- "zz_generated.*\\.go$"
@@ -199,4 +199,4 @@ run:
199199
- tools
200200
- e2e
201201
allow-parallel-runners: true
202-
go: "1.22"
202+
go: "1.23"

0 commit comments

Comments
 (0)