Upgrade Go to 1.20.3, LND to 0.16.1 #486

Merged
raucao merged 2 commits from chore/upgrade_golang_lnd into master 2023-04-26 13:06:53 +00:00
Showing only changes of commit 78eb3c033a - Show all commits

View File

@ -5,7 +5,7 @@
# Internal recipe for managing the Go installation in one place
#
node.override['golang']['version'] = "1.17.4"
node.override['golang']['version'] = "1.20.3"
include_recipe "golang"
link '/usr/local/bin/go' do