This commit is contained in:
parent
fc668e633b
commit
b2fcac3b1d
@ -16,7 +16,7 @@ steps:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go install golang.org/x/lint/golint@latest
|
||||
- golint ./src/internal/...
|
||||
- golint ./src/...
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
@ -24,7 +24,7 @@ steps:
|
||||
- name: analyze
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go vet ./src/internal/...
|
||||
- cd src && go vet ./...
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
|
Loading…
Reference in New Issue
Block a user