Skip to content

Commit 98e058f

Browse files
authored
Bump Go version to 1.26.4 (#2186)
1 parent a53d263 commit 98e058f

11 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/PR-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: needs.changes.outputs.lint == 'true'
5050
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
5151
with:
52-
go-version: ~1.25.8
52+
go-version: ~1.26.4
5353
cache: false
5454

5555
- name: Check out code
@@ -106,7 +106,7 @@ jobs:
106106
if: needs.changes.outputs.build == 'true'
107107
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
108108
with:
109-
go-version: ~1.25.8
109+
go-version: ~1.26.4
110110
cache: false
111111

112112
- name: Check out code
@@ -153,7 +153,7 @@ jobs:
153153
if: needs.changes.outputs.build == 'true'
154154
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
155155
with:
156-
go-version: ~1.25.8
156+
go-version: ~1.26.4
157157
cache: false
158158

159159
- name: Check out code

.github/workflows/PR-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Go 1.x
9797
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
9898
with:
99-
go-version: ~1.25.8
99+
go-version: ~1.26.4
100100

101101
StartLocalStack:
102102
name: 'StartLocalStack'
@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up Go 1.x
140140
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
141141
with:
142-
go-version: ~1.25.8
142+
go-version: ~1.26.4
143143

144144
- name: Install jq
145145
run: sudo apt-get install -y jq

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up Go 1.x
111111
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
112112
with:
113-
go-version: ~1.25.8
113+
go-version: ~1.26.4
114114

115115
- name: SetOutputs
116116
id: set-outputs
@@ -147,7 +147,7 @@ jobs:
147147
- name: Set up Go 1.x
148148
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
149149
with:
150-
go-version: ~1.25.8
150+
go-version: ~1.26.4
151151

152152
- name: Generate matrix
153153
id: set-matrix

.github/workflows/eks-performance-cluster-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Set up Go 1.x
123123
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
124124
with:
125-
go-version: ~1.25.8
125+
go-version: ~1.26.4
126126

127127
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
128128
with:

.github/workflows/otel-fork-replace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go 1.x
3434
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
3535
with:
36-
go-version: ~1.25.8
36+
go-version: ~1.26.4
3737
cache: false
3838
- name: Get old commit sha from go.mod
3939
id: get-old-commit

.github/workflows/test-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Set up Go 1.x
154154
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
155155
with:
156-
go-version: ~1.25.8
156+
go-version: ~1.26.4
157157

158158
GenerateTestMatrix:
159159
name: 'GenerateTestMatrix'
@@ -191,7 +191,7 @@ jobs:
191191
- name: Set up Go 1.x
192192
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
193193
with:
194-
go-version: ~1.25.8
194+
go-version: ~1.26.4
195195

196196
- name: Generate matrix
197197
id: set-matrix
@@ -314,7 +314,7 @@ jobs:
314314
- name: Set up Go 1.x
315315
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
316316
with:
317-
go-version: ~1.25.8
317+
go-version: ~1.26.4
318318

319319
- name: Configure AWS Credentials
320320
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1

.github/workflows/test-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set up Go 1.x
144144
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
145145
with:
146-
go-version: ~1.25.8
146+
go-version: ~1.26.4
147147

148148
- name: Configure AWS Credentials
149149
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1

.github/workflows/test-build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Go 1.x
8181
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
8282
with:
83-
go-version: ~1.25.8
83+
go-version: ~1.26.4
8484

8585
- name: Free up disk space
8686
working-directory: cwa

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Go 1.x
7676
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
7777
with:
78-
go-version: ~1.25.8
78+
go-version: ~1.26.4
7979
cache: false
8080

8181
- name: Free up disk space

.github/workflows/upload-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
4747
with:
48-
go-version: ~1.25.8
48+
go-version: ~1.26.4
4949

5050
- name: Upload Dependencies and Test Repo
5151
env:

0 commit comments

Comments
 (0)