aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxd/0001-no-go-get.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxd/0001-no-go-get.patch')
-rw-r--r--community/lxd/0001-no-go-get.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/lxd/0001-no-go-get.patch b/community/lxd/0001-no-go-get.patch
deleted file mode 100644
index 61219c958a5..00000000000
--- a/community/lxd/0001-no-go-get.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 65c664265f3eff75db8e9eb90bafb2f0eaeadde4 Mon Sep 17 00:00:00 2001
-From: Leonardo Arena <rnalrd@alpinelinux.org>
-Date: Wed, 22 Jun 2022 12:04:27 +0000
-Subject: [PATCH] no go get
-
----
- Makefile | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 7b8134b..d7bc3e5 100644
---- a/Makefile
-+++ b/Makefile
-@@ -89,7 +89,6 @@ ifneq "$(LXD_OFFLINE)" ""
- @echo "The update target cannot be run in offline mode."
- exit 1
- endif
-- go get -t -v -d -u ./...
- go mod tidy
- @echo "Dependencies updated"
-
---
-2.36.1
-