Skip to content

Commit

Permalink
release 1.0.0.RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Feb 14, 2020
1 parent 5a3bb1c commit 6381c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if [[ $(go version) != *"go1.11"* && $(go version) != *"go1.12"* && $(go version) != *"go1.13"* ]] ; then
if [[ $(go version) != *"go1.11"* && $(go version) != *"go1.12"* && $(go version) != *"go1.13"* && $(go version) != *"go1.14"* ]] ; then
echo "grok_exporter uses Go 1.11 Modules. Please use Go version >= 1.11." >&2
echo "Version found is $(go version)" >&2
exit 1
Expand All @@ -23,7 +23,7 @@ export GO111MODULE=on

cd ${GOPATH:=$HOME/go}/src/github.com/fstab/grok_exporter

export VERSION=1.0.0-SNAPSHOT
export VERSION=1.0.0.RC3

export VERSION_FLAGS="\
-X github.com/fstab/grok_exporter/exporter.Version=$VERSION
Expand Down

0 comments on commit 6381c25

Please sign in to comment.