2024-10-16 12:23:29 +02: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.23.1"
include_recipe "golang"
link '/usr/local/bin/go' do
to '/usr/local/go/bin/go'
end