Skip to content

Commit 90da7f3

Browse files
authored
1.26 golang setup (#1963)
1 parent 17e1529 commit 90da7f3

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

eks-distro-base/golang_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ golang:
1919
GOLANG_1.24_FULL_VERSION: 1.24.13-0
2020
GOLANG_1.25_FULL_VERSION: 1.25.9-0
2121
GOLANG_1.26_FULL_VERSION: 1.26.2-0
22+

projects/golang/go/1.26/GIT_TAG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go1.26.2

projects/golang/go/1.26/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EKS Golang 1.26
2+
3+
Current Release: `0`
4+
5+
Tracking Tag: `go1.26.2`
6+
7+
Artifacts: https://distro.eks.amazonaws.com/golang-go1.26/releases/0/RPMS
8+
9+
### ARM64 Builds
10+
[![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)
11+
12+
### AMD64 Builds
13+
[![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)
14+
15+
### Patches
16+
The patches in `./patches` include relevant utility fixes for go `1.26`.
17+
18+
### Spec
19+
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.
20+

projects/golang/go/1.26/RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

0 commit comments

Comments
 (0)