Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
349 B
23 lines
349 B
language: go |
|
|
|
arch: |
|
- amd64 |
|
- ppc64le |
|
|
|
go: |
|
- 1.13.x |
|
- 1.14.x |
|
- 1.x |
|
- master |
|
|
|
before_install: |
|
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.35.0/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.0 |
|
|
|
script: |
|
- golangci-lint run |
|
- go test -v |
|
|
|
matrix: |
|
allow_failures: |
|
- go: master |
|
fast_finish: true
|
|
|