This commit is contained in:
parent
2f4c15eb9f
commit
1817acf8dc
@ -4,8 +4,6 @@ name: default
|
||||
steps:
|
||||
- name: linter
|
||||
image: golang:latest
|
||||
environment:
|
||||
GOPROXY: https://mirrors.aliyun.com/goproxy/
|
||||
commands:
|
||||
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
- golangci-lint run
|
||||
@ -13,7 +11,6 @@ steps:
|
||||
- name: build
|
||||
image: golang:latest
|
||||
environment:
|
||||
GOPROXY: https://mirrors.aliyun.com/goproxy/
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
CGO_ENABLED: 0
|
||||
|
Loading…
Reference in New Issue
Block a user