mirror of
https://github.com/restic/restic.git
synced 2025-02-13 09:56:12 +00:00
Include more Go versions
This commit is contained in:
parent
23ac4f84dd
commit
3f816f95c1
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ notifications:
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
- release
|
- 1.3.1
|
||||||
|
- 1.3.2
|
||||||
|
- 1.3.3
|
||||||
|
- 1.4
|
||||||
|
- 1.4.1
|
||||||
|
- 1.4.2
|
||||||
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
|
|
Loading…
Reference in a new issue