@cryptotaxi247 / netdata-1 / commits / d6f6ec8ed

fix(packaging): update min go version in check-for-go-toolchain.sh (#21895)

Ilya Mashchenko committed Mar 5, 2026 at 18:49 UTC d6f6ec8ed27c815407f0278562c768ffc990dc71
1 file changed +1 -1
packaging/check-for-go-toolchain.sh
+1 -1
@@ -13,7 +13,7 @@
13
14 GOLANG_MIN_MAJOR_VERSION='1'
15 GOLANG_MIN_MINOR_VERSION='25'
16 -GOLANG_MIN_PATCH_VERSION='0'
16 +GOLANG_MIN_PATCH_VERSION='7'
17 GOLANG_MIN_VERSION="${GOLANG_MIN_MAJOR_VERSION}.${GOLANG_MIN_MINOR_VERSION}.${GOLANG_MIN_PATCH_VERSION}"
18
19 GOLANG_TEMP_PATH="${TMPDIR}/go-toolchain"