msft-golang: upgrade version 1.20.11 -> 1.21.6 (#7569)
Changelog: Changelog: https://go.dev/doc/devel/release#go1.21.0 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
bb769f7c44
commit
498a01c0d6
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
|
||||
"go.20231107.4.src.tar.gz": "91f65dd825d40f7da7fb53e8713c4f25545feb49eb66f4e491bf5540bcec7287",
|
||||
"go.20240111.3.src.tar.gz": "45bb84358f15783271835c97c9034fcc2e0da60d1d854683e6300703a5b6770b",
|
||||
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
|
||||
}
|
||||
}
|
|
@ -13,14 +13,14 @@
|
|||
%define __find_requires %{nil}
|
||||
Summary: Go
|
||||
Name: msft-golang
|
||||
Version: 1.20.11
|
||||
Version: 1.21.6
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: System Environment/Security
|
||||
URL: https://github.com/microsoft/go
|
||||
Source0: https://github.com/microsoft/go/releases/download/v1.20.11-1/go.20231107.4.src.tar.gz
|
||||
Source0: https://github.com/microsoft/go/releases/download/v1.21.6-1/go.20240111.3.src.tar.gz
|
||||
Source1: https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz
|
||||
Source2: https://github.com/microsoft/go/releases/download/v1.19.12-1/go.%{bootstrap_compiler_version}.src.tar.gz
|
||||
Patch0: go14_bootstrap_aarch64.patch
|
||||
|
@ -137,6 +137,9 @@ fi
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.6-1
|
||||
- Bump version to 1.21.6
|
||||
|
||||
* Wed Nov 22 2023 Andrew Phelps <anphel@microsoft.com> - 1.20.11-1
|
||||
- Upgrade to 1.20.11
|
||||
- Keep go 1.19.12 source to provide additional go boostrap
|
||||
|
|
|
@ -13643,8 +13643,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "msft-golang",
|
||||
"version": "1.20.11",
|
||||
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.20.11-1/go.20231107.4.src.tar.gz"
|
||||
"version": "1.21.6",
|
||||
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.21.6-1/go.20240111.3.src.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -30947,4 +30947,4 @@
|
|||
}
|
||||
],
|
||||
"Version": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue