From 5912c6945359c0825cc975b2f776ed54e91929a0 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 5 Oct 2023 14:49:54 -0400 Subject: [PATCH] fix(ipfs) closes #3541 --- projects/ipfs.tech/package.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/projects/ipfs.tech/package.yml b/projects/ipfs.tech/package.yml index 016a7930..2f1da5b2 100644 --- a/projects/ipfs.tech/package.yml +++ b/projects/ipfs.tech/package.yml @@ -8,18 +8,17 @@ versions: build: dependencies: - go.dev: '>=1.18<1.20' + go.dev: '>=1.20' gnu.org/patch: '*' - script: | - if test "{{hw.platform}}" = "linux"; then - # Need to pass -buildmode=pie to the build - # or segmentation fault - # fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575 - patch -p1