Update golang cookbook

This commit is contained in:
2021-12-04 19:57:19 -06:00
parent a8948053d6
commit bbef38b6d6
130 changed files with 3548 additions and 1795 deletions

View File

@@ -1,5 +1,13 @@
# NodeJS Cookbook Changelog
## 7.3.3 - *2021-08-30*
- Standardise files with files in sous-chefs/repo-management
## 7.3.2 - *2021-06-01*
- Standardise files with files in sous-chefs/repo-management
## 7.3.1 - *2020-12-31*
- resolved cookstyle error: attributes/packages.rb:15:55 convention: `Layout/TrailingEmptyLines`

View File

@@ -29,7 +29,7 @@
"recipes": {
},
"version": "7.3.1",
"version": "7.3.3",
"source_url": "https://github.com/redguide/nodejs",
"issues_url": "https://github.com/redguide/nodejs/issues",
"privacy": false,

View File

@@ -6,7 +6,7 @@ description 'Installs/Configures node.js'
source_url 'https://github.com/redguide/nodejs'
issues_url 'https://github.com/redguide/nodejs/issues'
chef_version '>= 14'
version '7.3.1'
version '7.3.3'
depends 'ark', '>= 2.0.2'
depends 'chocolatey', '>= 3.0'