From 6740b8faa561012664b132fbae074c29b89d54a4 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 5 Jun 2021 22:53:39 +0200 Subject: [PATCH] travis: switch to Go 1.16 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8969a9..a5c831e 100644 --- a/.travis.yml +++ b/.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: