Skip to content

Commit 18bf28d

Browse files
authored
Merge pull request #2917 from aws-observability/bumpgo
[release/v0.42.x] Bump go version `1.22.10`
2 parents b8b25f7 + 97625a1 commit 18bf28d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
DDB_TABLE_NAME: BatchTestCache
5151
MAX_JOBS: 110
5252
BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE
53-
GO_VERSION: ~1.22.7
53+
GO_VERSION: ~1.22.10
5454

5555

5656
concurrency:

.github/workflows/PR-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
IMAGE_NAME: aws-otel-collector
2626
PACKAGING_ROOT: build/packages
2727
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
28-
GO_VERSION: ~1.22.7
28+
GO_VERSION: ~1.22.10
2929

3030
concurrency:
3131
group: pr-build-${{ github.event.pull_request.number }}

.github/workflows/aws-resources-clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
default: "3"
2525
env:
2626
DAYS_TO_KEEP: 3
27-
GO_VERSION: ~1.22.7
27+
GO_VERSION: ~1.22.10
2828

2929
permissions:
3030
id-token: write

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go 1.x
5858
uses: actions/setup-go@v5
5959
with:
60-
go-version: '~1.22.7'
60+
go-version: '~1.22.10'
6161
cache-dependency-path: testing-framework/cmd/aotutil/go.sum
6262
- name: Build aotutil
6363
run: cd testing-framework/cmd/aotutil && make build

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
COMMIT_USER: Github Actions
2828
COMMIT_EMAIL: [email protected]
2929
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
30-
GO_VERSION: ~1.22.7
30+
GO_VERSION: ~1.22.10
3131

3232
permissions:
3333
id-token: write

.github/workflows/prod-image-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go 1.x
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: ~1.22.7
32+
go-version: ~1.22.10
3333

3434
- name: Configure AWS Credentials
3535
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)