File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed
Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 22# vim: ft=yaml
33---
44golang :
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
Original file line number Diff line number Diff 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
3636OpenBSD :
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
5959MacOS :
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
Original file line number Diff line number Diff line change 22# vim: ft=yaml
33---
44golang :
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
Original file line number Diff line number Diff line change 33dir_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
1313control 'golang tar archive' do
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments