From 0b6a51c7236bdec0572165a42eca42e5e62b1f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 12 Dec 2024 16:06:11 +0100 Subject: [PATCH] Adding patchinfo patchinfo.20241211090826665262.269002615871826 --- .../_patchinfo | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patchinfo.20241211090826665262.269002615871826/_patchinfo diff --git a/patchinfo.20241211090826665262.269002615871826/_patchinfo b/patchinfo.20241211090826665262.269002615871826/_patchinfo new file mode 100644 index 0000000..300494f --- /dev/null +++ b/patchinfo.20241211090826665262.269002615871826/_patchinfo @@ -0,0 +1,26 @@ + + + golang-oldstable version error when building helm + jfkw + moderate + recommended + Recommended update for go1.23-openssl + This update for go1.23-openssl fixes the following issues: + +- Write three digit version to file VERSION which sets go env + GOVERSION. Fixes bsc#1233306. + * Go toolchain file VERSION sets the immutable value for + go env GOVERSION + * go1.x-openssl toolchains have used a bespoke fourth digit to + represent the upstream patch set release number, + e.g. go1.22.9-1-openssl-fips. This digit has not been needed. + * Some Go applications including helm break when this fourth + digit is present in VERSION, with error: + go.mod requires go >= 1.22.0 (running go 1.22; GOTOOLCHAIN=local) + * Keep the fourth digit in the packaging for now, it will be + dropped in the next toolchain version update. + + + go1.23-openssl + +