Skip to content

Commit 7d4de0a

Browse files
committed
.build.yml: 1.12 -> 1.12.6
1 parent ab8826b commit 7d4de0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sources:
33
- https://github.com/go-kit/kit
44
tasks:
55
- go_toolchain: |
6-
wget -q https://dl.google.com/go/go1.12.linux-amd64.tar.gz
7-
sudo tar -C /usr/local -xzf go1.12.linux-amd64.tar.gz
6+
wget -q https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
7+
sudo tar -C /usr/local -xzf go1.12.6.linux-amd64.tar.gz
88
sudo ln -s /usr/local/go/bin/go /usr/bin/go
99
go env
1010
- dependencies: |

0 commit comments

Comments
 (0)