Skip to content

Commit

Permalink
New patch release of Golang: v1.20.9 (#1186)
Browse files Browse the repository at this point in the history
* Init new Go Minor Version 1.20 files.

* update changelog in spec

---------

Co-authored-by:  <>
  • Loading branch information
rcrozean authored Oct 11, 2023
1 parent 196214d commit 8885e75
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion projects/golang/go/1.20/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.20.8
go1.20.9
21 changes: 14 additions & 7 deletions projects/golang/go/1.20/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
# EKS Golang 1.20

Current Release: `9`
Current Release: `10`

Tracking Tag: `go1.20.8`
Tracking Tag: `go1.20.9`

### Artifacts:
|Arch|Artifact|sha|
|:---:|:---:|:---:|
|noarch|[golang-1.20.9-10.amzn2.eks.noarch.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/noarch/golang-1.20.9-10.amzn2.eks.noarch.rpm)|[golang-1.20.9-10.amzn2.eks.noarch.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/noarch/golang-1.20.9-10.amzn2.eks.noarch.rpm.sha256)|
|x86_64|[golang-1.20.9-10.amzn2.eks.x86_64.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/x86_64/golang-1.20.9-10.amzn2.eks.x86_64.rpm)|[golang-1.20.9-10.amzn2.eks.x86_64.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/x86_64/RPMS/x86_64/golang-1.20.9-10.amzn2.eks.x86_64.rpm.sha256)|
|aarch64|[golang-1.20.9-10.amzn2.eks.aarch64.rpm](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/aarch64/RPMS/aarch64/golang-1.20.9-10.amzn2.eks.aarch64.rpm)|[golang-1.20.9-10.amzn2.eks.aarch64.rpm.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/aarch64/RPMS/aarch64/golang-1.20.9-10.amzn2.eks.aarch64.rpm.sha256)|
|arm64|[go1.20.9.linux-arm64.tar.gz](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/arm64/go1.20.9.linux-arm64.tar.gz)|[go1.20.9.linux-arm64.tar.gz.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/arm64/go1.20.9.linux-arm64.tar.gz.sha256)|
|amd64|[go1.20.9.linux-amd64.tar.gz](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/amd64/go1.20.9.linux-amd64.tar.gz)|[go1.20.9.linux-amd64.tar.gz.sha256](https://distro.eks.amazonaws.com/golang-go1.20.9/release/10/archives/linux/amd64/go1.20.9.linux-amd64.tar.gz.sha256)|

Artifacts: https://distro.eks.amazonaws.com/golang-go1.20/releases/9/RPMS

### ARM64 Builds
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1.20-ARM64-PROD-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit)
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1-20-ARM64-PROD-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit)

### AMD64 Builds
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1.20-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit)
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1-20-tooling-postsubmit)](https://prow.eks.amazonaws.com/?repo=aws%2Feks-distro-build-tooling&type=postsubmit)

### Patches
The patches in `./patches` include relevant utility fixes for go `1.20`.

### Spec
The RPM spec file in `./rpmbuild/SPECS` is sourced from the go 1.20 SRPM available on Fedora, and modified to include the relevant patches and build the `go1.20` source.

The RPM spec file in `./rpmbuild/SPECS` is sourced from the go 1.20 SRPM available on Fedora, and modified to include the relevant patches and build the `go1.20` source."
2 changes: 1 addition & 1 deletion projects/golang/go/1.20/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
5 changes: 4 additions & 1 deletion projects/golang/go/1.20/rpmbuild/SPECS/golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
# Comment out go_prerelease and go_patch as needed
%global go_api 1.20
#global go_prerelease rc3
%global go_patch 8
%global go_patch 9

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

%changelog
* Tue Oct 10 2023 Cameron Rozean <rcrozean@amazon.com> - 1.20.9-1
- Bump tracking patch version to 1.20.9 from 1.20.8

* Wed Sep 06 2023 Cameron Rozean <rcrozean@amazon.com> - 1.20.8-1
- Bump tracking patch version to 1.20.8 from 1.20.7

Expand Down

0 comments on commit 8885e75

Please sign in to comment.