File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ This file is used to list changes made in each version of golang.
44
55## Unreleased
66
7+ - Use go install rather than go get to install packages through node attributes
8+
79## 5.4.0 - * 2022-08-08*
810
911- Use ` node['golang']['install_dir'] ` attribute in default recipe.
1012- Fix source installation issues
1113
1214## 5.3.3 - * 2022-08-07*
1315
14- Standardise files with files in sous-chefs/repo-management
16+ - Standardise files with files in sous-chefs/repo-management
1517
1618## 5.3.2 - * 2022-02-09*
1719
Original file line number Diff line number Diff line change 2424gocache = '/tmp/go'
2525
2626action :install do
27- execute "go get #{ new_resource . name } " do
27+ execute "go install #{ new_resource . name } " do
2828 user node [ 'golang' ] [ 'owner' ]
2929 group node [ 'golang' ] [ 'group' ]
3030 environment ( {
You can’t perform that action at this time.
0 commit comments