4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-10 11:48:09 +00:00

Update travis to go 1.10

This commit is contained in:
Wim
2018-02-23 00:56:43 +01:00
parent 78238c85d4
commit 4fed720f97
2 changed files with 2 additions and 2 deletions

View File

@@ -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