travis: switch to Go 1.16

geesefs-0-30-9
Michael Stapelberg 2 years ago
parent 9c4c16288f
commit 6740b8faa5
  1. 4
      .travis.yml

@ -5,7 +5,7 @@ matrix:
include:
- os: linux
language: go
go: 1.13
go: 1.16
# Use the virtualized Trusty beta Travis is running in order to get
# support for installing fuse.
#
@ -21,7 +21,7 @@ matrix:
# See https://github.com/travis-ci/travis-ci/issues/10017 for details.
osx_image: xcode8.3
language: go
go: 1.13
go: 1.16
# Install fuse before installing our code.
before_install:

Loading…
Cancel
Save