2022-12-26 11:16:01 +07:00

14 lines
248 B
Ruby

#
# Cookbook:: kosmos-bitcoin
# Recipe:: golang
#
# 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