Sebastian Kippe d9bb257f99
Move golang installation to own recipe
Needed by more than one in the bitcoin cookbook now.
2022-01-28 17:32:19 -06:00

14 lines
247 B
Ruby

#
# Cookbook:: kosmos-bitcoin
# Recipe:: boltz
#
# Internal recipe for managing the Go installation in one place
#
node.override['golang']['version'] = "1.17.4"
include_recipe "golang"
link '/usr/local/bin/go' do
to '/usr/local/go/bin/go'
end