Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/msft-golang/msft-golang.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240111.3.src.tar.gz": "45bb84358f15783271835c97c9034fcc2e0da60d1d854683e6300703a5b6770b",
"go.20240321.6.src.tar.gz": "6be4a8eee684f502d1311ed18acd8bf0cadbf824db666340a60b4f99e74de5a3",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
9 changes: 6 additions & 3 deletions SPECS/msft-golang/msft-golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
%define __find_requires %{nil}
Summary: Go
Name: msft-golang
Version: 1.21.6
Release: 2%{?dist}
Version: 1.21.8
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.21.6-1/go.20240111.3.src.tar.gz
Source0: https://github.com/microsoft/go/releases/download/v1.21.8-3/go.20240321.6.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
Expand Down Expand Up @@ -137,6 +137,9 @@ fi
%{_bindir}/*

%changelog
* Fri Mar 22 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.8-1
- Bump version to 1.21.8

* Wed Mar 06 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.6-2
- Include go.env in GOROOT

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13633,8 +13633,8 @@
"type": "other",
"other": {
"name": "msft-golang",
"version": "1.21.6",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.21.6-1/go.20240111.3.src.tar.gz"
"version": "1.21.8",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.21.8-3/go.20240321.6.src.tar.gz"
}
}
},
Expand Down