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

Update to go1.14 and golangci-lint 1.23.7 (#1020)

This commit is contained in:
Wim
2020-03-01 21:50:21 +01:00
committed by GitHub
parent d893421c7b
commit 3ac2ba8d5a
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -u -e -x -o pipefail
go version | grep go1.13 || exit
go version | grep go1.14 || exit
VERSION=$(git describe --tags)
mkdir ci/binaries