mirror of
https://github.com/restic/restic.git
synced 2026-06-07 09:29:43 +00:00
Update dependencies
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
This commit is contained in:
+4
-3
@@ -1,10 +1,11 @@
|
||||
language: go
|
||||
go_import_path: github.com/pkg/sftp
|
||||
|
||||
# current and previous stable releases, and tip
|
||||
# current and previous stable releases, plus tip
|
||||
# remember to exclude previous and tip for macs below
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- tip
|
||||
|
||||
os:
|
||||
@@ -14,7 +15,7 @@ os:
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
go: 1.7.x
|
||||
go: 1.8.x
|
||||
- os: osx
|
||||
go: tip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user