mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
fd8a724e77
* bump go swagger version * bump swagger version
20 lines
157 B
YAML
20 lines
157 B
YAML
language: go
|
|
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.14.x
|
|
- 1.15.x
|
|
- 1.16.x
|
|
- 1.17.x
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|