1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-19 21:27:58 +02:00

Don't download dependencies using go mod

This commit is contained in:
Joel Speed 2021-02-18 19:44:17 +00:00 committed by Joel Speed
parent 756d385154
commit d1e7ae6f11
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -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