From 644c3a1d2333af21cfad7d4beca30664f66aa95f Mon Sep 17 00:00:00 2001 From: Stefan Benten Date: Sun, 21 Feb 2021 18:08:18 +0100 Subject: [PATCH] .travis.yaml: test build for go v1.16.X --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d428f40..33724d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ go: - 1.13.x - 1.14.x - 1.15.x + - 1.16.x - tip env: @@ -45,4 +46,4 @@ deploy: on: tags: true go: 1.15.x - overwrite: true \ No newline at end of file + overwrite: true