Skip to content

Commit 20f3d68

Browse files
committed
fix vet
1 parent 4b28371 commit 20f3d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
GO111MODULE: "on"
1010
GOPROXY: "https://goproxy.cn"
1111
commands:
12-
- go vet ./...
12+
- go vet
1313
when:
1414
event:
1515
- push

0 commit comments

Comments
 (0)