From 14eb5829f3bfb3451a1cfc783b972026684a4d1d Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:02 +0400 Subject: [PATCH] go-ipfs: revbump for go 1.21 --- srcpkgs/go-ipfs/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index b8de9038e45..08401345807 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,7 +1,7 @@ # Template file for 'go-ipfs' pkgname=go-ipfs version=0.11.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/ipfs/go-ipfs" go_package="${go_import_path}/cmd/ipfs" @@ -23,6 +23,7 @@ pre_build() { if [ "$CROSS_BUILD" ]; then export CGO_ENABLED=0 fi + export GOTOOLCHAIN="go1.16" } post_install() {