11 lines
106 B
YAML
11 lines
106 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
|
|
install:
|
|
- go get -tags nopie -t -v ./...
|
|
|
|
script:
|
|
- go build -tags nopie
|