Skip to content

Commit ed45a6b

Browse files
authored
Merge pull request #31 from cpu/cpu-go-1.8.1
Updates defaults to Go 1.8.1 release.
2 parents cfeba7c + ccc6a75 commit ed45a6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
go_tarball: "go1.7.1.linux-amd64.tar.gz"
3-
go_tarball_checksum: "sha256:43ad621c9b014cde8db17393dc108378d37bc853aa351a6c74bf6432c1bbd182"
4-
go_version_target: "go version go1.7.1 linux/amd64"
2+
go_tarball: "go1.8.1.linux-amd64.tar.gz"
3+
go_tarball_checksum: "sha256:a579ab19d5237e263254f1eac5352efcf1d70b9dacadb6d6bb12b0911ede8994"
4+
go_version_target: "go version go1.8.1 linux/amd64"
55
set_go_path: true

0 commit comments

Comments
 (0)