Drop support for Go version 1.11

This commit is contained in:
Michael Eischer
2020-07-24 18:52:39 +02:00
parent 82c908871d
commit 7c23381a2b
8 changed files with 14 additions and 71 deletions
-8
View File
@@ -3,14 +3,6 @@ sudo: false
matrix:
include:
- os: linux
go: "1.11.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.12.x"
env: RESTIC_TEST_FUSE=0 RESTIC_TEST_CLOUD_BACKENDS=0