From 78eb3c033ad6e7397a679327e5dd05ec6ac1f34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 26 Apr 2023 15:05:06 +0200 Subject: [PATCH] Upgrade golang to 1.20.3 --- site-cookbooks/kosmos-bitcoin/recipes/golang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-bitcoin/recipes/golang.rb b/site-cookbooks/kosmos-bitcoin/recipes/golang.rb index 81fd97e..3ac886b 100644 --- a/site-cookbooks/kosmos-bitcoin/recipes/golang.rb +++ b/site-cookbooks/kosmos-bitcoin/recipes/golang.rb @@ -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