From e95740943be964e41de8f559bf680a8051b2e059 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Thu, 30 May 2024 17:09:01 -0400 Subject: [PATCH] f --- .github/workflows/test-and-upload-coverage.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-and-upload-coverage.yml b/.github/workflows/test-and-upload-coverage.yml index 78847a4d5c..6e05201953 100644 --- a/.github/workflows/test-and-upload-coverage.yml +++ b/.github/workflows/test-and-upload-coverage.yml @@ -97,6 +97,12 @@ jobs: - name: Checkout code into the directory uses: actions/checkout@v3 + - name: setup env + shell: bash + run: | + echo "::set-env name=GOPATH::${{ github.workspace }}/go" + echo "::add-path::${{ github.workspace }}/go/bin" + - name: Setup Go environment explicitly uses: actions/setup-go@v3 with: