Skip to content

Commit c8651b2

Browse files
committed
Bump .NET SDK to 9.0.305/.8.0.414
1 parent 0173810 commit c8651b2

File tree

16 files changed

+36
-36
lines changed

16 files changed

+36
-36
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
3434
with:
3535
dotnet-version: |
36-
8.0.413
37-
9.0.304
36+
8.0.414
37+
9.0.305
3838
3939
- name: Check for NuGet packages cache
4040
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
3737
with:
3838
dotnet-version: |
39-
8.0.413
40-
9.0.304
39+
8.0.414
40+
9.0.305
4141
4242
- name: Check for NuGet packages cache
4343
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/check-sdk-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
2323
with:
24-
dotnet-version: 9.0.304
24+
dotnet-version: 9.0.305
2525

2626
- name: Run VerifySdkVersions
2727
run: ./build.cmd VerifySdkVersions

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
7272
with:
7373
dotnet-version: |
74-
8.0.413
75-
9.0.304
74+
8.0.414
75+
9.0.305
7676
7777
- name: Check for NuGet packages cache
7878
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -130,8 +130,8 @@ jobs:
130130
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
131131
with:
132132
dotnet-version: |
133-
8.0.413
134-
9.0.304
133+
8.0.414
134+
9.0.305
135135
136136
- name: Check for NuGet packages cache
137137
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -173,8 +173,8 @@ jobs:
173173
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
174174
with:
175175
dotnet-version: |
176-
8.0.413
177-
9.0.304
176+
8.0.414
177+
9.0.305
178178
179179
- name: Check for NuGet packages cache
180180
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -280,8 +280,8 @@ jobs:
280280
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
281281
with:
282282
dotnet-version: |
283-
8.0.413
284-
9.0.304
283+
8.0.414
284+
9.0.305
285285
286286
- name: Check for NuGet packages cache
287287
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
7979
with:
8080
dotnet-version: |
81-
8.0.413
82-
9.0.304
81+
8.0.414
82+
9.0.305
8383
8484
# If the analyze step fails for one of the languages you are analyzing with
8585
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
3030
with:
31-
dotnet-version: 9.0.304
31+
dotnet-version: 9.0.305
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-nextgen-forwarder-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
3434
with:
35-
dotnet-version: 9.0.304
35+
dotnet-version: 9.0.305
3636

3737
- name: Check for NuGet packages cache
3838
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/release-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
1717
with:
1818
dotnet-version: |
19-
8.0.413
20-
9.0.304
19+
8.0.414
20+
9.0.305
2121
2222
- name: Test the PowerShell module instructions from README.md
2323
shell: powershell
@@ -67,8 +67,8 @@ jobs:
6767
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
6868
with:
6969
dotnet-version: |
70-
8.0.413
71-
9.0.304
70+
8.0.414
71+
9.0.305
7272
7373
- name: Install MacOS CoreUtils
7474
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # tag: v5.0.0
4242
with:
4343
dotnet-version: |
44-
8.0.413
45-
9.0.304
44+
8.0.414
45+
9.0.305
4646
4747
- name: Run BuildTracer and ManagedTests
4848
run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}

docker/alpine.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.304-alpine3.21@sha256:430bd56f4348f9dd400331f0d71403554ec83ae1700a7dcfe1e1519c9fd12174
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.305-alpine3.21@sha256:f47429a125e38d83f5231a78dde18106cb447d541f7ffdc5b8af4d227a323d95
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
@@ -20,7 +20,7 @@ COPY ./scripts/dotnet-install.sh ./dotnet-install.sh
2020

2121
# Install older SDKs using the install script
2222
RUN chmod +x ./dotnet-install.sh \
23-
&& ./dotnet-install.sh -v 8.0.413 --install-dir /usr/share/dotnet --no-path \
23+
&& ./dotnet-install.sh -v 8.0.414 --install-dir /usr/share/dotnet --no-path \
2424
&& rm dotnet-install.sh
2525

2626
WORKDIR /project

0 commit comments

Comments
 (0)