From fe5f7e8b8c740c1fdead36e2d96e9fd1f41b1cb6 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Tue, 18 Jul 2023 15:16:29 -0500 Subject: [PATCH] upgrade to setup-go@v3 --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c653219..b66ebd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,10 +68,6 @@ jobs: build-artifacts: name: "build/artifacts (${{ matrix.os }})" runs-on: ${{ matrix.os }} - env: - GOPATH: ${{ github.workspace }} - GOBIN: ${{ github.workspace }}/bin - if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} strategy: @@ -113,7 +109,7 @@ jobs: # Build and upload desktop CLI artifacts - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ^1.19.x id: go