Skip to content

Commit

Permalink
Don't download dependencies using go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Feb 19, 2021
1 parent 756d385 commit d1e7ae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Get dependencies
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0
go mod download
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
Expand Down

0 comments on commit d1e7ae6

Please sign in to comment.