mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
8 lines
70 B
YAML
8 lines
70 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
install:
|
|
- go get -t ./...
|