Skip to content
Closed
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/golang/golang.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52",
"go.20240111.3.src.tar.gz": "45bb84358f15783271835c97c9034fcc2e0da60d1d854683e6300703a5b6770b"
"go.20240305.7.src.tar.gz": "f361870cf54c4cb4123cdb89ca9d5b6f056a4db3f70993cd8ae1413bb9d61e7a"
}
}
9 changes: 6 additions & 3 deletions SPECS/golang/golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global goroot %{_libdir}/golang
%global gopath %{_datadir}/gocode
%global ms_go_revision 1
%global ms_go_buildid 20240111.3
%global ms_go_buildid 20240305.7
%ifarch aarch64
%global gohostarch arm64
%else
Expand All @@ -15,8 +15,8 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.21.6
Release: 2%{?dist}
Version: 1.21.8
Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -144,6 +144,9 @@ fi
%{_bindir}/*

%changelog
* Fri Mar 08 2024 Davis Goodin <dagood@microsoft.com> - 1.21.8-1
- Bump version to 1.21.8-1

* Thu Feb 22 2024 Muhammad Falak <mwani@microsoft.com> - 1.21.6-2
- Include go.env file in GOROOT

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4610,8 +4610,8 @@
"type": "other",
"other": {
"name": "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-1/go.20240305.7.src.tar.gz"
}
}
},
Expand Down