Skip to content
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
1 change: 1 addition & 0 deletions eks-distro-base/golang_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ golang:
GOLANG_1.24_FULL_VERSION: 1.24.13-0
GOLANG_1.25_FULL_VERSION: 1.25.9-0
GOLANG_1.26_FULL_VERSION: 1.26.2-0

1 change: 1 addition & 0 deletions projects/golang/go/1.26/GIT_TAG
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go1.26.2
20 changes: 20 additions & 0 deletions projects/golang/go/1.26/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EKS Golang 1.26

Current Release: `0`

Tracking Tag: `go1.26.2`

Artifacts: https://distro.eks.amazonaws.com/golang-go1.26/releases/0/RPMS

### ARM64 Builds
[![Build status](https://prow.eks.amazonaws.com/badge.svg?jobs=golang-1.26-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.26-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.26`.

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

1 change: 1 addition & 0 deletions projects/golang/go/1.26/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
Loading