diff --git a/.drone.yml b/.drone.yml index bb41aeb..13019a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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