Skip to content

Commit

Permalink
Use go1.14.1 for release builds. (hypermodeinc#4984)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmai authored Mar 30, 2020
1 parent 74acfda commit ff1a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir $GOPATH
PATH="$GOPATH/bin:$PATH"

# The Go version used for release builds must match this version.
GOVERSION="1.13.5"
GOVERSION="1.14.1"

# Turn off go modules by default. Only enable go modules when needed.
export GO111MODULE=off
Expand Down

0 comments on commit ff1a983

Please sign in to comment.