-
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.
New patch release of Golang: v1.20.9 (#1186)
* Init new Go Minor Version 1.20 files. * update changelog in spec --------- Co-authored-by: <>
- Loading branch information
Showing
4 changed files
with
20 additions
and
10 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.20.8 | ||
go1.20.9 |
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,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." |
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 @@ | ||
9 | ||
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