Upgrade LND to 0.18.3

This commit is contained in:
2024-10-16 11:29:06 +02:00
parent 0af4bc1d0d
commit da242d4817
3 changed files with 2 additions and 3 deletions

View File

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