Skip to content

Commit

Permalink
New patch release of Golang: v1.22.2 (#1387)
Browse files Browse the repository at this point in the history
* Update EKS Go files for version v1.22.2

* update changelog signoff

---------

Co-authored-by:  <>
  • Loading branch information
rcrozean authored Apr 4, 2024
1 parent 79012ce commit b9e2c48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/golang/go/1.22/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.22.1
go1.22.2
5 changes: 4 additions & 1 deletion projects/golang/go/1.22/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.22
#global go_prerelease rc2
%global go_patch 1
%global go_patch 2

%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 @@ -525,6 +525,9 @@ fi
%endif

%changelog
* Thu Apr 04 2024 Cameron Rozean <rcrozean@amazon.com> - 1.22.2-2
- Bump tracking patch version to 1.22.2 from 1.22.1

* Tue Mar 05 2024 Cameron Rozean <rcrozean@amazon.com> - 1.22.1-1
- Bump tracking patch version to 1.21.1 from 1.21.0

Expand Down

0 comments on commit b9e2c48

Please sign in to comment.