mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
14 lines
246 B
YAML
14 lines
246 B
YAML
language: go
|
|
|
|
env: GO111MODULE=on
|
|
|
|
before_script:
|
|
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0
|
|
|
|
script:
|
|
- golangci-lint run
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- tip
|