1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

golang: upgrade to Go 1.8

This commit is contained in:
Matt Layher 2017-03-07 13:30:14 -05:00
parent 71a7e079d2
commit 5ae3e1effb
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -1,7 +1,7 @@
--- ---
# Go version to install and its tarball checksum. # Go version to install and its tarball checksum.
golang_version: "go1.7.4" golang_version: "go1.8"
golang_sha256: "47fda42e46b4c3ec93fa5d4d4cc6a748aa3f9411a2a2b7e08e3a6d80d753ec8b" golang_sha256: "53ab94104ee3923e228a2cb2116e5e462ad3ebaeea06ff04463479d7f12d27ca"
# Personal Go configuration. # Personal Go configuration.
golang_user: "matt" golang_user: "matt"
golang_user_home: "/home/{{ golang_user }}" golang_user_home: "/home/{{ golang_user }}"