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 (#17474)
This commit is contained in:
parent
8d55ba252d
commit
ced9ed9266
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue