Skip to content

Commit

Permalink
Add go 1.12.7 (#92)
Browse files Browse the repository at this point in the history
* Add go 1.12.7
  • Loading branch information
dgassaway authored and Stu Hood committed Jul 19, 2019
1 parent a27222b commit a103f70
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-support/bin/go/linux/x86_64/1.12.7/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -o xtrace
curl https://storage.googleapis.com/golang/go1.12.7.linux-amd64.tar.gz -o go.tar.gz
1 change: 1 addition & 0 deletions build-support/bin/go/mac/10.10/1.12.7
1 change: 1 addition & 0 deletions build-support/bin/go/mac/10.11/1.12.7
1 change: 1 addition & 0 deletions build-support/bin/go/mac/10.12/1.12.7
3 changes: 3 additions & 0 deletions build-support/bin/go/mac/10.13/1.12.7/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -o xtrace
curl https://storage.googleapis.com/golang/go1.12.7.darwin-amd64.tar.gz -o go.tar.gz
1 change: 1 addition & 0 deletions build-support/bin/go/mac/10.14/1.12.7

0 comments on commit a103f70

Please sign in to comment.