File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22# vim: ft=yaml
33---
44golang :
5- version : ' 1.10.1 '
5+ version : 1.14.2
66 go_path : /usr/local/golang/packages # non-default GOPATH
77 rootuser : root
88 rootgroup : root
@@ -13,16 +13,16 @@ golang:
1313 archive :
1414 name : /usr/local
1515 uri : https://storage.googleapis.com/golang
16- source : None
17- source_hash : None
18- trim_output : true # works in 2018.3.2. onwards
16+ source : null
17+ source_hash : null
18+ trim_output : true
1919 archive_suffix : tar.gz
2020 archive_format : tar
2121 enforce_toplevel : true
2222 repo : {}
2323
2424 # Provided in `map.jinja` via. `grains.kernel`
25- kernel : ' '
25+ kernel : null
2626 config : ' /etc/golang'
2727 environ_file : /etc/default/golang.sh
2828 environ : []
@@ -37,7 +37,7 @@ golang:
3737 altpriority : 0
3838 # for linux alternatives only
3939 base_dir : ' '
40- dir : /usr/local/go # go_root
40+ dir : /usr/local/go # go_root, depreciated
4141
4242 cmd :
4343 goget : []
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ FreeBSD:
2626 rootgroup : wheel
2727 pkg :
2828 archive :
29- source : https://storage.googleapis.com/golang/go1.10 .2.freebsd-386.tar.gz
29+ source : https://storage.googleapis.com/golang/go1.14 .2.freebsd-386.tar.gz
3030
3131OpenBSD :
3232 rootgroup : wheel
@@ -42,9 +42,9 @@ Windows:
4242 pkg :
4343 archive :
4444 name : ' C:\\Program Files\\'
45- source : https://storage.googleapis.com/golang/go1.10.1 .linux-amd64.tar.gz
45+ source : https://storage.googleapis.com/golang/go1.14.2 .linux-amd64.tar.gz
4646
4747MacOS :
4848 pkg :
4949 archive :
50- source : https://storage.googleapis.com/golang/go1.10 .2.darwin-amd64.tar.gz
50+ source : https://storage.googleapis.com/golang/go1.14 .2.darwin-amd64.tar.gz
You can’t perform that action at this time.
0 commit comments