0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 06:10:43 +00:00

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

This commit is contained in:
Ilya Mashchenko 2024-04-22 13:47:05 +03:00 committed by GitHub
parent 8d55ba252d
commit ced9ed9266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"