Skip to content

Commit

Permalink
[AUTO-CHERRYPICK] Move Golang changes to fasttrack/2.0 - branch main (#…
Browse files Browse the repository at this point in the history
…11806)

Co-authored-by: Riken Maharjan <[email protected]>
  • Loading branch information
CBL-Mariner-Bot and rikenm1 authored Jan 13, 2025
1 parent b97c3de commit 342069b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SPECS/msft-golang/msft-golang.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.8-20241001.6.src.tar.gz": "549a43643849c73ffd8579d63e2e3488428f0a4c436169abe02be01a3dbd41c8",
"go1.22.10-20241203.4.src.tar.gz": "3a6318a0ff28798a1b1797b8d22c4f9604cae2088000c39a6875b2598ec4ab22",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
8 changes: 6 additions & 2 deletions SPECS/msft-golang/msft-golang.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
%global goroot %{_libdir}/golang
%global gopath %{_datadir}/gocode
%global ms_go_filename go1.22.8-20241001.6.src.tar.gz
%global ms_go_filename go1.22.10-20241203.4.src.tar.gz
%global ms_go_revision 1
%global go_priority %(echo %{version}.%{ms_go_revision} | tr -d .)
%ifarch aarch64
%global gohostarch arm64
%else
Expand All @@ -14,7 +15,7 @@
%define __find_requires %{nil}
Summary: Go
Name: msft-golang
Version: 1.22.8
Version: 1.22.10
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -153,6 +154,9 @@ fi
%{_bindir}/*

%changelog
* Mon Jan 06 2025 Riken Maharjan <[email protected]> - 1.22.10-1
- Bump version to 1.22.10-1

* Thu Oct 24 2024 CBL-Mariner Servicing Account <[email protected]> - 1.22.8-1
- Auto-upgrade to 1.22.8 - To fix CVE-2022-41717

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13673,8 +13673,8 @@
"type": "other",
"other": {
"name": "msft-golang",
"version": "1.22.8",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.8-1/go1.22.8-20241001.6.src.tar.gz"
"version": "1.22.10",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.10-1/go1.22.10-20241203.4.src.tar.gz"
}
}
},
Expand Down

0 comments on commit 342069b

Please sign in to comment.