Skip to content

Commit 2c1b014

Browse files
committed
chore(ci): update dotnet version to v8
1 parent 21afcf5 commit 2c1b014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
matrix:
102102
go-version: [1.23.x]
103103
node-version: [20.x]
104-
dotnet-version: [6.0.x]
104+
dotnet-version: [8.0.x]
105105
python-version: [3.11]
106106
java-version: [11]
107107
language:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
matrix:
7878
go-version: [1.23.x]
7979
node-version: [20.x]
80-
dotnet-version: [6.0.x]
80+
dotnet-version: [8.0.x]
8181
python-version: [3.11]
8282
java-version: [11]
8383
language:

0 commit comments

Comments
 (0)