Skip to content

Commit b9949f3

Browse files
committed
Bump logcheck to 0.8.2
A panic with go 1.22 should be fixed there.
1 parent 573b2c4 commit b9949f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-logcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o errexit
2121
set -o nounset
2222
set -o pipefail
2323

24-
LOGCHECK_VERSION=${1:-0.8.1}
24+
LOGCHECK_VERSION=${1:-0.8.2}
2525

2626
# This will canonicalize the path
2727
CSI_LIB_UTIL_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd -P)

0 commit comments

Comments
 (0)