Skip to content

Commit

Permalink
Update go-lang-1.17.6
Browse files Browse the repository at this point in the history
Signed-off-by: poornima <poorndm@progress.com>
  • Loading branch information
poorndm committed Jan 18, 2022
1 parent 73c2ef8 commit 13ad71e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/software/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "go"
default_version "1.17.5"
default_version "1.17.6"
license "BSD-3-Clause"
license_file "https://github.com/raw/golang/go/master/LICENSE"

Expand All @@ -29,6 +29,7 @@
ext = "zip"

# version_list: url=https://golang.org/dl/ filter=*.windows-amd64.zip
version("1.17.6") { source sha256: "5bf8f87aec7edfc08e6bc845f1c30dba6de32b863f89ae46553ff4bbcc1d4954" }
version("1.17.5") { source sha256: "671faf99cd5d81cd7e40936c0a94363c64d654faa0148d2af4bbc262555620b9" }
version("1.17.2") { source sha256: "fa6da0b829a66f5fab7e4e312fd6aa1b2d8f045c7ecee83b3d00f6fe5306759a" }
version("1.17") { source sha256: "2a18bd65583e221be8b9b7c2fbe3696c40f6e27c2df689bbdcc939d49651d151" }
Expand All @@ -41,6 +42,7 @@
platform = "darwin"

# version_list: url=https://golang.org/dl/ filter=*.darwin-amd64.tar.gz
version("1.17.6") { source sha256: "874bc6f95e07697380069a394a21e05576a18d60f4ba178646e1ebed8f8b1f89" }
version("1.17.5") { source sha256: "2db6a5d25815b56072465a2cacc8ed426c18f1d5fc26c1fc8c4f5a7188658264" }
version("1.17.2") { source sha256: "7914497a302a132a465d33f5ee044ce05568bacdb390ab805cb75a3435a23f94" }
version("1.17") { source sha256: "355bd544ce08d7d484d9d7de05a71b5c6f5bc10aa4b316688c2192aeb3dacfd1" }
Expand All @@ -51,6 +53,7 @@
version("1.13.1") { source sha256: "f3985fced3adecb62dd1e636cfa5eb9fea8f3e98101d9fcc4964d8f1ec255b7f" }
else
# version_list: url=https://golang.org/dl/ filter=*.linux-amd64.tar.gz
version("1.17.6") { source sha256: "231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2" }
version("1.17.5") { source sha256: "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e" }
version("1.17.2") { source sha256: "f242a9db6a0ad1846de7b6d94d507915d14062660616a61ef7c808a76e4f1676" }
version("1.17") { source sha256: "6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d" }
Expand Down

0 comments on commit 13ad71e

Please sign in to comment.