summaryrefslogtreecommitdiffstats
path: root/packaging/check-for-go-toolchain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/check-for-go-toolchain.sh')
-rw-r--r--packaging/check-for-go-toolchain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/check-for-go-toolchain.sh b/packaging/check-for-go-toolchain.sh
index cd9bbfb5e2..fe5dabfadf 100644
--- a/packaging/check-for-go-toolchain.sh
+++ b/packaging/check-for-go-toolchain.sh
@@ -14,7 +14,7 @@
# GOLANG_FAILURE_REASON set to an error message indicating what went wrong.
GOLANG_MIN_MAJOR_VERSION='1'
-GOLANG_MIN_MINOR_VERSION='21'
+GOLANG_MIN_MINOR_VERSION='22'
GOLANG_MIN_PATCH_VERSION='0'
GOLANG_MIN_VERSION="${GOLANG_MIN_MAJOR_VERSION}.${GOLANG_MIN_MINOR_VERSION}.${GOLANG_MIN_PATCH_VERSION}"