diff options
author | Wim <wim@42.be> | 2018-02-23 00:56:43 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-23 00:56:43 +0100 |
commit | 4fed720f970eda3d8b5460a43e8b1d80a40660e8 (patch) | |
tree | 765b1405539576ad4613d981d3950bdb26afceae /ci | |
parent | 78238c85d425fef9c9087bf89b1d5723f2fcc58b (diff) | |
download | matterbridge-msglm-4fed720f970eda3d8b5460a43e8b1d80a40660e8.tar.gz matterbridge-msglm-4fed720f970eda3d8b5460a43e8b1d80a40660e8.tar.bz2 matterbridge-msglm-4fed720f970eda3d8b5460a43e8b1d80a40660e8.zip |
Update travis to go 1.10
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bintray.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bintray.sh b/ci/bintray.sh index c4bf4846..1ca8ba25 100755 --- a/ci/bintray.sh +++ b/ci/bintray.sh @@ -1,5 +1,5 @@ #!/bin/bash -go version |grep go1.9 || exit +go version |grep go1.10 || exit VERSION=$(git describe --tags) mkdir ci/binaries GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-windows-amd64.exe |