Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New patch release of Golang: v1.21.11 #1434

Merged
merged 1 commit into from
Jun 6, 2024
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 projects/golang/go/1.21/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.21.10
go1.21.11
7 changes: 5 additions & 2 deletions projects/golang/go/1.21/rpmbuild/SPECS/golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# Comment out go_prerelease and go_patch as needed
%global go_api 1.21
#global go_prerelease rc3
%global go_patch 10
%global go_patch 11

%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
Expand Down Expand Up @@ -527,7 +527,10 @@ fi
%endif

%changelog
* Fri May 10 2024 Sajia Zafreen <[email protected]> - 1.21.10-10
* Fri Jun 05 2024 Saurabh Parekh <[email protected]> - 1.21.11-12
sp1999 marked this conversation as resolved.
Show resolved Hide resolved
- Bump tracking patch version to 1.21.11 from 1.21.10

* Fri May 10 2024 Sajia Zafreen <[email protected]> - 1.21.10-11
- Bump tracking patch version to 1.21.10 from 1.21.9

* Thu Apr 04 2024 Cameron Rozean <[email protected]> - 1.21.9-10
Expand Down
Loading