Skip to content

Commit

Permalink
Removed workaround from generate-language-resources
Browse files Browse the repository at this point in the history
Workaround no longer needed, we are past 1.11.3

[#165300322](https://www.pivotaltracker.com/story/show/165300322)

Co-authored-by: Andrew Crump <acrump@pivotal.io>
  • Loading branch information
Jenna Goldstrich and acrmp committed Sep 9, 2019
1 parent a3fecf8 commit eea8cad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/generate-language-resources
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -e

# BEGIN workaround for go get regression introduced in go 1.11.3, remove once go 1.11.4 is released.
mkdir -p $GOPATH/src/github.com
cp -r /go/src/github.com/* $GOPATH/src/github.com/
# END workaround

go get github.com/shuLhan/go-bindata/...
go-bindata --version
go-bindata -nometadata -pkg resources -ignore ".go" -o resources/i18n_resources.go resources/*.all.json
Expand Down

0 comments on commit eea8cad

Please sign in to comment.