Skip to content

Commit c6e9a58

Browse files
authored
Update otel lambda submodule, Bumps collector and sdk layer versions (#1109)
* Add Patching to run smoke tests * Update Lambdasubmodule and remove old patches * Update java version * Update Nodejs Layer * Update go version in workflows
1 parent 1223765 commit c6e9a58

25 files changed

+4201
-2442
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
submodules: recursive
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: '~1.23.4'
70+
go-version: '~1.24.3'
7171
check-latest: true
7272
- uses: actions/setup-java@v4
7373
if: ${{ matrix.language == 'java' }}

.github/workflows/main-build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
submodules: recursive
8686
- uses: actions/setup-go@v5
8787
with:
88-
go-version: '~1.23.4'
88+
go-version: '~1.24.3'
8989
check-latest: true
9090
- uses: actions/setup-java@v4
9191
with:

.github/workflows/main-build-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '~1.23.4'
33+
go-version: '~1.24.3'
3434
check-latest: true
3535
- uses: actions/setup-node@v4
3636
with:

.github/workflows/main-build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
architecture: [ amd64, arm64 ]
26-
runtime: [python3.9, python3.10, python3.11]
26+
runtime: [python3.9, python3.10, python3.11, python3.12, python3.13]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: recursive
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '~1.23.4'
33+
go-version: '~1.24.3'
3434
check-latest: true
3535
- uses: actions/setup-python@v5
3636
with:

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
submodules: recursive
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '~1.23.4'
43+
go-version: '~1.24.3'
4444
check-latest: true
4545
- uses: actions/setup-dotnet@v4
4646
if: ${{ matrix.language == 'dotnet' }}

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: '~1.23.4'
27+
go-version: '~1.24.3'
2828
check-latest: true
2929
- uses: actions/setup-java@v4
3030
if: ${{ matrix.language == 'java' }}

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
# above, always setup go 1.18.
274274
# if: ${{ env.TEST_LANGUAGE == 'go' }}
275275
with:
276-
go-version: '~1.23.4'
276+
go-version: '~1.24.3'
277277
check-latest: true
278278
- name: download layer tf file
279279
uses: actions/download-artifact@v4
@@ -293,6 +293,8 @@ jobs:
293293
# layer. But we only use the sample app build in the release workflow.
294294
# Also, we NEED the architecture value because some apps (like .NET and
295295
# Go) depend on this architecture value.
296+
- name: Patch ADOT
297+
run: ./patch-upstream.sh
296298
- name: Build functions
297299
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
298300
working-directory: ${{ env.TEST_LANGUAGE }}

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
submodules: recursive
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: '~1.23.4'
70+
go-version: '~1.24.3'
7171
check-latest: true
7272
- uses: actions/setup-java@v4
7373
if: ${{ matrix.language == 'java' }}

OTEL_Version.patch

Lines changed: 3898 additions & 1311 deletions
Large diffs are not rendered by default.

adot/collector/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.42.0
1+
v0.43.0

0 commit comments

Comments
 (0)