-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update git tag and bump debian release for 1.21.12 and 1.22.5 (#1468)
* update git tag and bump debian release for 1.21.12 and 1.22.5 * bump golang spec files
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
go1.21.11 | ||
go1.21.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 11 | ||
%global go_patch 12 | ||
|
||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}} | ||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease} | ||
|
@@ -527,6 +527,9 @@ fi | |
%endif | ||
|
||
%changelog | ||
* Wed Jul 24 2024 Cameron Rozean <[email protected]> - 1.21.12-13 | ||
- Bump tracking patch version to 1.21.12 from 1.21.11 | ||
|
||
* Wed Jun 05 2024 Saurabh Parekh <[email protected]> - 1.21.11-12 | ||
- Bump tracking patch version to 1.21.11 from 1.21.10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
go1.22.4 | ||
go1.22.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ | |
# Comment out go_prerelease and go_patch as needed | ||
%global go_api 1.22 | ||
#global go_prerelease rc2 | ||
%global go_patch 4 | ||
%global go_patch 5 | ||
|
||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}} | ||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease} | ||
|
@@ -525,6 +525,9 @@ fi | |
%endif | ||
|
||
%changelog | ||
* Wed Jul 24 2024 Cameron Rozean <[email protected]> - 1.22.5-5 | ||
- Bump tracking patch version to 1.22.4 from 1.22.5 | ||
|
||
* Wed Jun 05 2024 Saurabh Parekh <[email protected]> - 1.22.4-4 | ||
- Bump tracking patch version to 1.22.4 from 1.22.3 | ||
|
||
|