Skip to content

Commit 6200df5

Browse files
chore(version): increase default version
1 parent 9fd18ca commit 6200df5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

golang/defaults.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
golang:
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: []

golang/osfamilymap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3131
OpenBSD:
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

4747
MacOS:
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

0 commit comments

Comments
 (0)