Release v3.0.7 (#152)
* Update go-bindata and regenerate binary data * Pin to ooni/probe-engine 0.17.0 and update dependencies * Set version to 3.0.7 * Readme.md: better release instructions
This commit is contained in:
parent
b18a106698
commit
f1f2350bfa
6 changed files with 76 additions and 191 deletions
|
|
@ -2,8 +2,8 @@
|
|||
set -ex
|
||||
go get -u github.com/shuLhan/go-bindata/...
|
||||
gobindata=`go env GOPATH`/bin/go-bindata
|
||||
version=`$gobindata -version | grep go-bin | cut -d ' ' -f2`
|
||||
if [ "$version" != "3.3.0" ]; then
|
||||
version=`$gobindata -version | grep ^go-bindata | cut -d ' ' -f2`
|
||||
if [ "$version" != "4.0.0" ]; then
|
||||
echo "FATAL: unexpected go-bindata version" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue