From 13773f47d6d9aa72da034f2011a84248cbd2f46d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 19 Mar 2025 16:49:21 +0100 Subject: test.bash, crossbuild.bash: drop old Go version kludges GO111MODULE is default on with Go 1.16, same version that gained darwin/arm64 support. We only support Go 1.19 and up, so drop the kludges. --- test.bash | 1 - 1 file changed, 1 deletion(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index d126a9e..d701f76 100755 --- a/test.bash +++ b/test.bash @@ -22,7 +22,6 @@ else fi cd "$(dirname "$0")" -export GO111MODULE=on MYNAME=$(basename "$0") TESTDIR=$TMPDIR/gocryptfs-test-parent-$UID mkdir -p "$TESTDIR" -- cgit v1.2.3