Skip to content

Commit 0015527

Browse files
fix(test): update lint check verison to 1.23
Signed-off-by: Electronic-Waste <[email protected]>
1 parent 2191fd1 commit 0015527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-golangci-lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if [ -z "$(command -v golangci-lint)" ]; then
2525
fi
2626

2727
echo 'Running golangci-lint'
28-
golangci-lint run --timeout 5m --go 1.22
28+
golangci-lint run --timeout 5m --go 1.23

0 commit comments

Comments
 (0)