From 9b030e4457a97e31b1c61ddf0e98554491f38b03 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 9 Nov 2022 09:37:44 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Henry Mercer --- .github/workflows/debug-artifacts-failure.yml | 2 +- .github/workflows/debug-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index 8ab8818f1..ba864b4ae 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -37,7 +37,7 @@ jobs: version: latest - uses: actions/setup-go@v3 with: - go-version: ^1.13.1 + go-version: ^1.13.1 - uses: ./../action/init with: tools: ${{ steps.prepare-test.outputs.tools-url }} diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index d402d77a4..d69a99969 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -57,7 +57,7 @@ jobs: version: ${{ matrix.version }} - uses: actions/setup-go@v3 with: - go-version: ^1.13.1 + go-version: ^1.13.1 - uses: ./../action/init with: tools: ${{ steps.prepare-test.outputs.tools-url }}