Skip to content

Commit 22adf5a

Browse files
committed
Update to dotnet sdk 6 in throughput workflow
1 parent 258ed79 commit 22adf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf-testing-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Dotnet 2.x
2727
uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: '3.1.405'
29+
dotnet-version: '6.0.x'
3030
- name: Setup k6 for throughput testing
3131
run: |
3232
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)