移除golang阿里云镜像
continuous-integration/drone/push Build is failing Details

This commit is contained in:
李寻欢 2020-01-07 08:59:30 +08:00
parent 2f4c15eb9f
commit 1817acf8dc
1 changed files with 0 additions and 3 deletions

View File

@ -4,8 +4,6 @@ name: default
steps:
- name: linter
image: golang:latest
environment:
GOPROXY: https://mirrors.aliyun.com/goproxy/
commands:
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- golangci-lint run
@ -13,7 +11,6 @@ steps:
- name: build
image: golang:latest
environment:
GOPROXY: https://mirrors.aliyun.com/goproxy/
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0