We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0719ae2 commit febd054Copy full SHA for febd054
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.23') ]]; then
+if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.24') ]]; then
10
echo "Unknown go version '${GO_VERSION[2]}', skipping gofmt."
11
exit 1
12
fi
0 commit comments