mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
12 lines
296 B
YAML
12 lines
296 B
YAML
language: go
|
|
go:
|
|
- 1.12
|
|
|
|
install:
|
|
- export GO111MODULE="on"
|
|
- go mod download
|
|
- go get -v github.com/smartystreets/goconvey/convey
|
|
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
|
|
script:
|
|
- golangci-lint run --fast
|