Skip to content

Commit

Permalink
build: updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed May 1, 2021
1 parent c8ae916 commit 4e34ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="1.2.0"
VERSION="1.2.1"
PROTECTED_MODE="no"

export GO15VENDOREXPERIMENT=1
Expand Down
1 change: 1 addition & 0 deletions cmd/triangle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func main() {
}()
}

// close the channel after the values flowing through the channel are consumed.
go func() {
defer close(ch)
wg.Wait()
Expand Down

0 comments on commit 4e34ddb

Please sign in to comment.