Skip to content

Commit

Permalink
golang: bump Go version to 1.22.7-3 (#10565)
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoft-golang-bot authored Sep 30, 2024
1 parent 9a3aa76 commit f3cf91a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.22.7-20240905.3.src.tar.gz": "4c2601d9fe6b4692b6bb4487751dec149c30bd76ad9383331a84971a66bdd0bc",
"go1.22.7-20240925.5.src.tar.gz": "6577057080f0d61f9b7b1c5e3a029c8a24f8c4b38a91a497115ecd259bd987ab",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
9 changes: 6 additions & 3 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.22.7-20240905.3.src.tar.gz
%global ms_go_revision 1
%global ms_go_filename go1.22.7-20240925.5.src.tar.gz
%global ms_go_revision 3
%ifarch aarch64
%global gohostarch arm64
%else
Expand All @@ -15,7 +15,7 @@
Summary: Go
Name: golang
Version: 1.22.7
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -153,6 +153,9 @@ fi
%{_bindir}/*

%changelog
* Thu Sep 26 2024 Microsoft Golang Bot <[email protected]> - 1.22.7-2
- Bump version to 1.22.7-3

* Fri Sep 06 2024 Microsoft Golang Bot <[email protected]> - 1.22.7-1
- Bump version to 1.22.7-1

Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4591,7 +4591,7 @@
"other": {
"name": "golang",
"version": "1.22.7",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.7-1/go1.22.7-20240905.3.src.tar.gz"
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.7-3/go1.22.7-20240925.5.src.tar.gz"
}
}
},
Expand Down

0 comments on commit f3cf91a

Please sign in to comment.