From 966a602aebeb2c789739852e0c029f4499e85a77 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Tue, 18 Jun 2024 13:24:42 +0100 Subject: [PATCH] Fix Go in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f52c284..0e48039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Test Local Action for go uses: ./ with: - runtime: dotnet + runtime: go directory: __tests__/programs/random-go provider: random providerVersion: '4.16.2'