From 8a89663874013e84c9f39ff30c7b45978ec8fdf5 Mon Sep 17 00:00:00 2001 From: prestonvanloon Date: Thu, 31 Mar 2022 14:38:36 -0500 Subject: [PATCH] Revert "Update go.yml" This reverts commit 4a2d36d05d8bf45debd24162952c30d830d09572. --- .github/workflows/go.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb7e66eac1..0b4bfc26de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,12 +12,6 @@ jobs: name: Check runs-on: ubuntu-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: 1.17 - id: go - - name: Checkout uses: actions/checkout@v1