Skip to content

Commit

Permalink
.build.yml: 1.12 -> 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Jun 17, 2019
1 parent ab8826b commit 7d4de0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sources:
- https://github.com/go-kit/kit
tasks:
- go_toolchain: |
wget -q https://dl.google.com/go/go1.12.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.12.linux-amd64.tar.gz
wget -q https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.12.6.linux-amd64.tar.gz
sudo ln -s /usr/local/go/bin/go /usr/bin/go
go env
- dependencies: |
Expand Down

0 comments on commit 7d4de0a

Please sign in to comment.