Skip to content

Commit

Permalink
Update C# and Go
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Aug 12, 2023
1 parent 4ee2172 commit 433527a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:
# required only if you want to verify C# script files
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.101'
dotnet-version: '6.0.20'
- name: Install dependencies (C#)
run: dotnet tool install --global dotnet-script --version 1.4.0
run: dotnet tool install --global dotnet-script --version 1.3.0

# required only if you want to verify Go code
- name: Install dependencies (Go)
uses: actions/setup-go@v4
with:
go-version: '1.19.12'

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

0 comments on commit 433527a

Please sign in to comment.