summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-11-17 23:16:06 +0100
committerGitHub <noreply@github.com>2019-11-17 23:16:06 +0100
commitaae45a8179aed415b592fe538cb714b625fd7379 (patch)
tree5614b144f19f5fb14228707cfa8de0a14ab9b397 /ci
parent075ca9ca471a7bfaf86fd0a762ed38b8cbf4edfb (diff)
downloadmatterbridge-msglm-aae45a8179aed415b592fe538cb714b625fd7379.tar.gz
matterbridge-msglm-aae45a8179aed415b592fe538cb714b625fd7379.tar.bz2
matterbridge-msglm-aae45a8179aed415b592fe538cb714b625fd7379.zip
Upgrade linter and travis to go1.13 (#949)
Diffstat (limited to 'ci')
-rwxr-xr-xci/bintray.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bintray.sh b/ci/bintray.sh
index c7e8a81e..64013fab 100755
--- a/ci/bintray.sh
+++ b/ci/bintray.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -u -e -x -o pipefail
-go version | grep go1.12 || exit
+go version | grep go1.13 || exit
VERSION=$(git describe --tags)
mkdir ci/binaries