From 9a24bad33f516700dfe20fc54d76985b62c469cf Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 25 Aug 2021 03:42:57 +0000 Subject: [PATCH] Cirrus: Only run Lint with Modules enabled Linter seems to panic with Modules disabled. --- .cirrus.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5abcbc2..d235092 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,13 +12,6 @@ task: path_script: - source testdata/move_to_gopath.bash matrix: - - env: - GO111MODULE: "off" - fetch_script: - - go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... - - GOOS=windows go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... - - go generate github.com/namecoin/x509-compressed/... - - go get -tags "$GOX_TAGS" -d -v -t github.com/$CIRRUS_REPO_FULL_NAME/... - x509_script: - cd $(go env GOPATH)/src/github.com/"$CIRRUS_REPO_FULL_NAME" - cd ../