mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
Upgrade go to v1.22.6
This commit is contained in:
parent
f6e9df11ce
commit
354cb948aa
1 changed files with 6 additions and 6 deletions
|
@ -34,12 +34,12 @@ ram.runtime = "500M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.go]
|
[resources.sources.go]
|
||||||
amd64.url = "https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
|
amd64.url = "https://go.dev/dl/go1.22.6.linux-amd64.tar.gz"
|
||||||
amd64.sha256 = "904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0"
|
amd64.sha256 = "999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616"
|
||||||
i386.url = "https://go.dev/dl/go1.22.5.linux-386.tar.gz"
|
i386.url = "https://go.dev/dl/go1.22.6.linux-386.tar.gz"
|
||||||
i386.sha256 = "3ea4c78e6fa52978ae1ed2e5927ad17495da440c9fae7787b1ebc1d0572f7f43"
|
i386.sha256 = "9e680027b058beab10ce5938607660964b6d2c564bf50bdb01aa090dc5beda98"
|
||||||
arm64.url = "https://go.dev/dl/go1.22.5.linux-arm64.tar.gz"
|
arm64.url = "https://go.dev/dl/go1.22.6.linux-arm64.tar.gz"
|
||||||
arm64.sha256 = "8d21325bfcf431be3660527c1a39d3d9ad71535fabdf5041c826e44e31642b5a"
|
arm64.sha256 = "c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2"
|
||||||
armhf.url = "https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz"
|
armhf.url = "https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz"
|
||||||
armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe"
|
armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue