Skip to content

Commit 10ec2cf

Browse files
committed
[hack] Update lint script go1.25
1 parent dfd119f commit 10ec2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)