We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee2172 commit 774f7f3Copy full SHA for 774f7f3
.github/workflows/verify.yml
@@ -37,13 +37,15 @@ jobs:
37
# required only if you want to verify C# script files
38
- uses: actions/setup-dotnet@v3
39
with:
40
- dotnet-version: '3.1.101'
+ dotnet-version: '6.0.413'
41
- name: Install dependencies (C#)
42
- run: dotnet tool install --global dotnet-script --version 1.4.0
+ run: dotnet tool install --global dotnet-script --version 1.3.0
43
44
# required only if you want to verify Go code
45
- name: Install dependencies (Go)
46
uses: actions/setup-go@v4
47
+ with:
48
+ go-version: '1.20.7'
49
50
# required only if you want to verify Ruby code
51
- name: Install dependencies (Ruby)
0 commit comments