Skip to content

Commit

Permalink
Use net9.0 SDK in GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyRR committed Nov 24, 2024
1 parent e8f783a commit 0f40924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
dotnet-version: 9.x.x

- name: Build API image with built-in container support
run: ./build.sh BuildApiImageWithBuiltInContainerSupport
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
dotnet-version: 9.x.x

- name: Build API image with Dockerfile
run: ./build.sh BuildApiImageWithDockerfile
Expand Down

0 comments on commit 0f40924

Please sign in to comment.