1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00

ansible/golang: bump to 1.13.6

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2020-01-10 10:40:13 -05:00
parent 8b0412f2c7
commit 6c2b700795
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.
golang_version: "go1.13.5"
golang_sha256: "512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569"
golang_version: "go1.13.6"
golang_sha256: "a1bc06deb070155c4f67c579f896a45eeda5a8fa54f35ba233304074c4abbbbd"
# Personal Go configuration.
golang_user: "matt"
golang_user_home: "/home/{{ golang_user }}"