Skip to content

Commit

Permalink
(security) golang: bump Go version to 1.23.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoft-golang-bot committed Feb 5, 2025
1 parent b0a482b commit 8263775
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SPECS/golang/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.23.3-20241202.3.src.tar.gz": "7ac83f3918439205861a8ca9e10360e7a0867d9ba8327f283b411e1de077d0e2",
"go1.23.6-20250205.5.src.tar.gz": "10dab5003f7b1aa81a79052bbe7379f356fed83abc7bbebc3dd370d7095e71ed",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
11 changes: 7 additions & 4 deletions SPECS/golang/golang.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global goroot %{_libdir}/golang
%global gopath %{_datadir}/gocode
%global ms_go_filename go1.23.3-20241202.3.src.tar.gz
%global ms_go_revision 2
%global ms_go_filename go1.23.6-20250205.5.src.tar.gz
%global ms_go_revision 1
%ifarch aarch64
%global gohostarch arm64
%else
Expand All @@ -14,8 +14,8 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.23.3
Release: 3%{?dist}
Version: 1.23.6
Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -154,6 +154,9 @@ fi
%{_bindir}/*

%changelog
* Wed Feb 05 2025 Microsoft Golang Bot <[email protected]> - 1.23.6-1
- Bump version to 1.23.6-1

* Tue Feb 04 2025 Tobias Brick <[email protected]> - 1.23.3-3
- Fix post scriptlet
- Remove calls to alternatives
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.23.3",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.23.3-2/go1.23.3-20241202.3.src.tar.gz"
"version": "1.23.6",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.23.6-1/go1.23.6-20250205.5.src.tar.gz"
}
}
},
Expand Down

0 comments on commit 8263775

Please sign in to comment.