From 2464f7c4d1ae87429fa736f8e658226da290839c Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 26 Feb 2020 20:22:13 +0100 Subject: [PATCH] Update Go versions, drop Go 1.10 --- .travis.yml | 20 ++++++++++---------- appveyor.yml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 692f1944e..db4810fea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,6 @@ sudo: false matrix: include: - - os: linux - go: "1.10.x" - env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 - cache: - directories: - - $HOME/.cache/go-build - - $HOME/gopath/pkg/mod - - os: linux go: "1.11.x" env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 @@ -27,9 +19,17 @@ matrix: - $HOME/.cache/go-build - $HOME/gopath/pkg/mod - # only run fuse and cloud backends tests on Travis for the latest Go on Linux - os: linux go: "1.13.x" + env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 + cache: + directories: + - $HOME/.cache/go-build + - $HOME/gopath/pkg/mod + + # only run fuse and cloud backends tests on Travis for the latest Go on Linux + - os: linux + go: "1.14.x" sudo: true cache: directories: @@ -37,7 +37,7 @@ matrix: - $HOME/gopath/pkg/mod - os: osx - go: "1.13.x" + go: "1.14.x" env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0 cache: directories: diff --git a/appveyor.yml b/appveyor.yml index 7e1ae7894..e4a412439 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,8 @@ init: install: - rmdir c:\go /s /q - - appveyor DownloadFile https://dl.google.com/go/go1.13.4.windows-amd64.msi - - msiexec /i go1.13.4.windows-amd64.msi /q + - appveyor DownloadFile https://dl.google.com/go/go1.14.windows-amd64.msi + - msiexec /i go1.14.windows-amd64.msi /q - go version - go env - appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip