mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-04 14:01:23 +01:00
8 lines
70 B
YAML
8 lines
70 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
- tip
|
||
|
install:
|
||
|
- go get -t ./...
|