We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2394d commit b80bb4aCopy full SHA for b80bb4a
.drone.yml
@@ -2,14 +2,15 @@ kind: pipeline
2
name: lint
3
4
clone:
5
- depth: 50
+ depth: 1
6
7
steps:
8
- name: testing
9
image: golang:1.12
10
pull: true
11
environment:
12
GO111MODULE: on
13
+ GOPROXY: https://proxy.golang.org
14
commands:
15
- make vet
16
- make lint
@@ -26,14 +27,15 @@ kind: pipeline
26
27
name: testing
28
29
30
31
32
33
34
35
36
37
38
39
40
- make test
41
0 commit comments