From 433527a0de53a3411514b314a6ad37bba435c095 Mon Sep 17 00:00:00 2001 From: koba-e964 <3303362+koba-e964@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:15:08 +0900 Subject: [PATCH] Update C# and Go --- .github/workflows/verify.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 56b6c692..226383a5 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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)