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:
@@ -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
|
||||
|
Reference in New Issue
Block a user