Skip to content

Commit e3a0c49

Browse files
committed
It seems vet on windows is unnecessary
1 parent 127907c commit e3a0c49

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
@@ -37,7 +37,7 @@ steps:
3737
pull: always
3838
image: golang:1.15
3939
commands:
40-
- make golangci-lint vet
40+
- make golangci-lint
4141
environment:
4242
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
4343
GOSUMDB: sum.golang.org

0 commit comments

Comments
 (0)