Skip to content

Commit

Permalink
Cirrus: Only run Lint with Modules enabled
Browse files Browse the repository at this point in the history
Linter seems to panic with Modules disabled.
  • Loading branch information
JeremyRand committed Aug 25, 2021
1 parent fe553b2 commit 9a24bad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../
Expand Down

0 comments on commit 9a24bad

Please sign in to comment.