We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd119f commit 10ec2cfCopy full SHA for 10ec2cf
1 file changed
hack/lint-gofmt.sh
@@ -6,7 +6,7 @@ WMCO_ROOT=$(dirname "${BASH_SOURCE}")/..
6
7
GO_VERSION=($(go version))
8
9
-if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.24') ]]; then
+if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.25') ]]; then
10
echo "Unknown go version '${GO_VERSION[2]}', skipping gofmt."
11
exit 1
12
fi
0 commit comments