This commit is contained in:
Lunny Xiao 2020-01-19 16:28:52 +08:00
parent 4b28371f5f
commit 20f3d68709
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
GO111MODULE: "on"
GOPROXY: "https://goproxy.cn"
commands:
- go vet ./...
- go vet
when:
event:
- push