mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Pull golang from golang
This commit is contained in:
parent
ace4e78a29
commit
d8af1da2f6
@ -1,9 +1,8 @@
|
||||
{% set go_version = '1.2' %}
|
||||
{% set go_version = '1.2.2' %}
|
||||
{% set go_arch = 'linux-amd64' %}
|
||||
{% set go_archive = 'go%s.%s.tar.gz' | format(go_version, go_arch) %}
|
||||
{% set go_url = 'https://go.googlecode.com/files/' + go_archive %}
|
||||
{% set go_hash = 'md5=68901bbf8a04e71e0b30aa19c3946b21' %}
|
||||
|
||||
{% set go_url = 'http://golang.org/dl/' + go_archive %}
|
||||
{% set go_hash = 'sha1=6bd151ca49c435462c8bf019477a6244b958ebb5' %}
|
||||
|
||||
get-golang:
|
||||
file.managed:
|
||||
|
Loading…
Reference in New Issue
Block a user