From 1817acf8dcbca62442c82d86f6a66fba2f0e7e28 Mon Sep 17 00:00:00 2001 From: King <1101766085@qq.com> Date: Tue, 7 Jan 2020 08:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4golang=E9=98=BF=E9=87=8C?= =?UTF-8?q?=E4=BA=91=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) 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