Don't download dependencies using go mod
This commit is contained in:
		
							parent
							
								
									756d385154
								
							
						
					
					
						commit
						d1e7ae6f11
					
				|  | @ -29,7 +29,6 @@ jobs: | ||||||
|     - name: Get dependencies |     - name: Get dependencies | ||||||
|       run: | |       run: | | ||||||
|         curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0 |         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 |         curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter | ||||||
|         chmod +x ./cc-test-reporter |         chmod +x ./cc-test-reporter | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue