File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## Release 0. 1.0
5
+ ## Release 1.0.2
6
6
7
7
** Features**
8
8
9
- ** Bugfixes **
10
-
11
- ** Known Issues **
9
+ * Latest Go version (1.13.6) installed by default.
10
+ * [ # 2 ] ( https://github.com/danielparks/puppet-golang/issues/2 ) : support
11
+ convenient installation on Raspberry Pi 4.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Data type: `String[1]`
26
26
The version of Go to install. You can find the latest version number at
27
27
https://golang.org/dl/
28
28
29
- Default value: '1.13.4 '
29
+ Default value: '1.13.6 '
30
30
31
31
##### ` link_binaries `
32
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dp-golang" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"author" : " Daniel Parks" ,
5
5
"summary" : " Install Go simply" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments