Skip to content

Commit 774f7f3

Browse files
committed
Update C# and Go
1 parent 4ee2172 commit 774f7f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ jobs:
3737
# required only if you want to verify C# script files
3838
- uses: actions/setup-dotnet@v3
3939
with:
40-
dotnet-version: '3.1.101'
40+
dotnet-version: '6.0.413'
4141
- name: Install dependencies (C#)
42-
run: dotnet tool install --global dotnet-script --version 1.4.0
42+
run: dotnet tool install --global dotnet-script --version 1.3.0
4343

4444
# required only if you want to verify Go code
4545
- name: Install dependencies (Go)
4646
uses: actions/setup-go@v4
47+
with:
48+
go-version: '1.20.7'
4749

4850
# required only if you want to verify Ruby code
4951
- name: Install dependencies (Ruby)

0 commit comments

Comments
 (0)