Skip to content

Commit febd054

Browse files
[hack] Update lint script go1.24
1 parent 0719ae2 commit febd054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lint-gofmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WMCO_ROOT=$(dirname "${BASH_SOURCE}")/..
66

77
GO_VERSION=($(go version))
88

9-
if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.23') ]]; then
9+
if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.24') ]]; then
1010
echo "Unknown go version '${GO_VERSION[2]}', skipping gofmt."
1111
exit 1
1212
fi

0 commit comments

Comments
 (0)