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:
parent
756d385154
commit
d1e7ae6f11
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user