summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-22 13:47:05 +0300
committerGitHub <noreply@github.com>2024-04-22 10:47:05 +0000
commitced9ed9266b188cce31a9997105d9f39653bf4f9 (patch)
tree413ef72d6b05cfc33bff6465f49aec9c469dc0cb
parent8d55ba252d3868abfafcdaae6ff7c1374a51a202 (diff)
bump go toolchain to v1.22.0 in check-for-go-toolchain.sh (#17474)
-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}"