mirror of
https://github.com/stashapp/stash.git
synced 2026-05-02 03:41:14 +02:00
12 lines
124 B
YAML
12 lines
124 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- stable
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get golang.org/x/lint/golint
|