Skip to content

Commit ff41790

Browse files
committed
Use supported dotnet version
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent ae68728 commit ff41790

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
GO_VERSION: "1.24"
16-
DOTNET_VERSION: 3.1.301
16+
DOTNET_VERSION: 8.0.x
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
NODE_VERSION: 20.x
1919
PYTHON_VERSION: "3.9"
@@ -42,15 +42,15 @@ jobs:
4242
with:
4343
go-version: ${{ env.GO_VERSION }}
4444

45-
- name: Install libssl
46-
run: sudo apt-get install -y libssl-dev
45+
#- name: Install libssl
46+
# run: sudo apt-get install -y libssl-dev
4747

4848
# - name: Setup Node
4949
# uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
5050
# with:
5151
# node-version: ${{ env.NODE_VERSION }}
5252
- name: Setup DotNet
53-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
53+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5454
with:
5555
dotnet-version: ${{ env.DOTNET_VERSION }}
5656
# - name: Setup Python

0 commit comments

Comments
 (0)