Skip to content

Commit

Permalink
feat: add goproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Jun 6, 2019
1 parent 0a2394d commit b80bb4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ kind: pipeline
name: lint

clone:
depth: 50
depth: 1

steps:
- name: testing
image: golang:1.12
pull: true
environment:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
commands:
- make vet
- make lint
Expand All @@ -26,14 +27,15 @@ kind: pipeline
name: testing

clone:
depth: 50
depth: 1

steps:
- name: testing
image: golang:1.12
pull: true
environment:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
commands:
- make test

Expand Down

0 comments on commit b80bb4a

Please sign in to comment.