puppet: Upgrade golang to 1.17.6.

This commit is contained in:
Alex Vandiver 2022-02-09 18:23:01 -08:00 committed by Alex Vandiver
parent 48263a01dd
commit 51a516384d
1 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ class zulip::common {
# https://go.dev/dl/
'golang' => {
'version' => '1.17.5',
'version' => '1.17.6',
'sha256' => {
'amd64' => 'bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e',
'aarch64' => '6f95ce3da40d9ce1355e48f31f4eb6508382415ca4d7413b1e7a3314e6430e7e',
'amd64' => '231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2',
'aarch64' => '82c1a033cce9bc1b47073fd6285233133040f0378439f3c4659fe77cc534622a',
},
},