From 7153bf0f17e8e833ff571327e7578c80a9f03a20 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 21 Jun 2024 15:31:09 -0400 Subject: [PATCH] Makefile: the toolchain directive should be better supported now Even Go 1.21 has improved support for it since 1.21.11 (https://github.com/golang/go/issues/62278) Signed-off-by: Simon Deziel --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3f2a643da3f2..ba957c678061 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,6 @@ ifneq "$(LXD_OFFLINE)" "" endif go get -t -v -d -u ./... go mod tidy -go=$(GOMIN) - go get toolchain@none @echo "Dependencies updated"