Skip to content

Commit e56eb88

Browse files
authored
Merge pull request #46 from noelmcloughlin/version
chore(version): bump version to 1.17 latest
2 parents 51840b4 + e980808 commit e56eb88

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

golang/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
golang:
5-
version: 1.14.2
5+
version: 1.17
66
go_path: /usr/local/golang/packages # non-default GOPATH
77
rootuser: root
88
rootgroup: root

golang/osfamilymap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FreeBSD:
3131
pkg:
3232
name: go
3333
archive:
34-
source: https://storage.googleapis.com/golang/go1.14.2.freebsd-386.tar.gz
34+
source: https://storage.googleapis.com/golang/go1.17.freebsd-386.tar.gz
3535

3636
OpenBSD:
3737
rootgroup: wheel
@@ -52,11 +52,11 @@ Windows:
5252
uri: https://golang.org/dl
5353
archive:
5454
name: C:\\golang\\
55-
source: https://golang.org/dl/go1.14.2.windows-amd64.zip
56-
source_hash: 1b5a60b3bbaa81106d5ee03499b5734ec093c6a255abf9a6a067f0f497a57916
55+
source: https://golang.org/dl/go1.17.windows-amd64.zip
56+
source_hash: 2a18bd65583e221be8b9b7c2fbe3696c40f6e27c2df689bbdcc939d49651d151
5757
archive_format: zip
5858

5959
MacOS:
6060
pkg:
6161
archive:
62-
source: https://storage.googleapis.com/golang/go1.14.2.darwin-amd64.tar.gz
62+
source: https://storage.googleapis.com/golang/go1.17.darwin-amd64.tar.gz

pillar.example

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# vim: ft=yaml
33
---
44
golang:
5+
version: 1.17
56
lookup:
67
master: golang-master
78
# Just for testing purposes
@@ -14,12 +15,12 @@ golang:
1415
altpriority: 9100
1516

1617
cmd:
17-
goget:
18-
- github.com/golang/example/hello
19-
- github.com/golang/example/outyet
20-
clean:
21-
- github.com/golang/example/hello
22-
- github.com/golang/example/outyet
18+
goget: []
19+
# - github.com/golang/example/hello
20+
# - github.com/golang/example/outyet
21+
clean: []
22+
# - github.com/golang/example/hello
23+
# - github.com/golang/example/outyet
2324

2425
tofs:
2526
# The files_switch key serves as a selector for alternative

test/integration/default/controls/archives_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
dir_go, dir_go_owner, dir_go_group =
44
case system.platform[:family]
55
when 'bsd'
6-
%w[/usr/local/go1.14.2.freebsd-amd64/go root wheel]
6+
%w[/usr/local/go1.17.freebsd-amd64/go root wheel]
77
when 'windows'
8-
%w[C:/golang/go1.14.2.windows-amd64/go BUILTIN\\Administrators excluded_by_unless]
8+
%w[C:/golang/go1.17.windows-amd64/go BUILTIN\\Administrators excluded_by_unless]
99
else
10-
%w[/usr/local/go1.14.2.linux-amd64/go root root]
10+
%w[/usr/local/go1.17.linux-amd64/go root root]
1111
end
1212

1313
control 'golang tar archive' do

test/integration/package/controls/packages_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'go'
1111
when 'windows'
1212
# Using a wildcard based on the `DisplayName` in the registry:
13-
# - 'Go Programming Language amd64 go1.14'
13+
# - 'Go Programming Language amd64 go1.nn'
1414
'Go Programming Language*'
1515
else
1616
'golang'

0 commit comments

Comments
 (0)