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:
parent
71a7e079d2
commit
5ae3e1effb
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue