Skip to content

Commit

Permalink
RootFS/Go: New version 1.22 (#7947)
Browse files Browse the repository at this point in the history
* RootFS/Go: New version 1.21.6

* Go: New version 1.22

* Go: Prevent something fishy with the trailing zero

* Update 0_RootFS/Go/build_tarballs.jl

---------

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
eschnett and giordano authored Feb 28, 2024
1 parent adcabf5 commit 934bc01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0_RootFS/Go/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ using BinaryBuilder
include("../common.jl")

name = "Go"
version = v"1.19"
version_str = "1.19" # interpolating v1.19 results in "1.19.0"
version_str = "1.22.0"
version = VersionNumber(version_str)

sources = [
ArchiveSource(
"https://go.dev/dl/go$(version_str).linux-amd64.tar.gz",
"464b6b66591f6cf055bc5df90a9750bf5fbc9d038722bb84a9d56a2bea974be6",
"f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265",
)
]

Expand Down

0 comments on commit 934bc01

Please sign in to comment.