@cryptotaxi247 / netdata-1 / commits / ced9ed926

bump go toolchain to v1.22.0 in check-for-go-toolchain.sh (#17474)

Ilya Mashchenko committed Apr 22, 2024 at 13:47 UTC ced9ed9266b188cce31a9997105d9f39653bf4f9
1 file changed +1 -1
packaging/check-for-go-toolchain.sh
+1 -1
@@ -14,7 +14,7 @@
14 # GOLANG_FAILURE_REASON set to an error message indicating what went wrong.
15
16 GOLANG_MIN_MAJOR_VERSION='1'
17 -GOLANG_MIN_MINOR_VERSION='21'
17 +GOLANG_MIN_MINOR_VERSION='22'
18 GOLANG_MIN_PATCH_VERSION='0'
19 GOLANG_MIN_VERSION="${GOLANG_MIN_MAJOR_VERSION}.${GOLANG_MIN_MINOR_VERSION}.${GOLANG_MIN_PATCH_VERSION}"
20