Skip to content

Commit

Permalink
PowerUp: Updated the CI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
badamczewski committed Jan 25, 2024
1 parent c90cced commit cd197e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 7.0.x

- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x

- name: Setup Go environment
uses: actions/[email protected]
Expand Down

0 comments on commit cd197e3

Please sign in to comment.