b086c4ab6f
Add release information Set GOTOOLCHAIN to local Skip TestOverlongMessagePKCS1v15 Resolves: RHEL-24082 Resolves: RHEL-18363 Resolves: RHEL-18382
23 lines
577 B
Diff
23 lines
577 B
Diff
From eab9004c072200e58df83ab94678bda1faa7b229 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= <asm@redhat.com>
|
|
Date: Fri, 9 Feb 2024 20:06:16 +0100
|
|
Subject: [PATCH] Set GOTOOLCHAIN to local
|
|
|
|
---
|
|
go.env | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/go.env b/go.env
|
|
index 6ff2b921d4..e87f6e7b6d 100644
|
|
--- a/go.env
|
|
+++ b/go.env
|
|
@@ -9,4 +9,4 @@ GOSUMDB=sum.golang.org
|
|
|
|
# Automatically download newer toolchains as directed by go.mod files.
|
|
# See https://go.dev/doc/toolchain for details.
|
|
-GOTOOLCHAIN=auto
|
|
+GOTOOLCHAIN=local
|
|
--
|
|
2.43.0
|
|
|