diff options
author | Jakob Unterwurzacher | 2025-03-19 16:49:21 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-03-19 16:49:21 +0100 |
commit | 13773f47d6d9aa72da034f2011a84248cbd2f46d (patch) | |
tree | e2efd3e9e15f9dd6562c5172cb5fc5e94ea51e3f /test.bash | |
parent | 50eb371e9051fbcaef5aeb26198a3fd6b56061db (diff) |
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.
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ else fi cd "$(dirname "$0")" -export GO111MODULE=on MYNAME=$(basename "$0") TESTDIR=$TMPDIR/gocryptfs-test-parent-$UID mkdir -p "$TESTDIR" |