From ab8770958b37b761557c8b63924be45e751859d4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 30 Apr 2020 13:45:17 +0200 Subject: [PATCH] Disable readonly modules (prevents downloads) Signed-off-by: Knut Ahlers --- SHA256SUMS | 2 +- golang.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SHA256SUMS b/SHA256SUMS index 811fed6..dc297b3 100644 --- a/SHA256SUMS +++ b/SHA256SUMS @@ -1,2 +1,2 @@ 05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh -a08c2e7dc54755fda4b4db78477b55fd4f8fcc1c288592a0b28e0079c2e02989 golang.sh +7088288ad30f855c6dc48d8533ef5de6ef05fb251b8cf8b2aafa4b95e9952cd8 golang.sh diff --git a/golang.sh b/golang.sh index 7957e2f..e40bd8d 100755 --- a/golang.sh +++ b/golang.sh @@ -35,7 +35,7 @@ go version step "Retrieve dependencies" pushd ${GOPATH} git clone https://github.com/Luzifer/github-release.git src/github.com/Luzifer/github-release -GO111MODULE=on go install -mod=readonly github.com/Luzifer/github-release +GO111MODULE=on go install github.com/Luzifer/github-release popd step "Test code"