From 15dfca19f2d5da14b317f5de2d56df64c528b37d Mon Sep 17 00:00:00 2001 From: Anton Nguyen Date: Wed, 25 Nov 2020 13:42:22 -0500 Subject: [PATCH] Upgrade to the latest version of the setup-go github action (#1040) The beta version utilizes the deprecated `set-env` and `add-path` commands --- .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 2c077223a..85028ed0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2-beta + uses: actions/setup-go@v2.1.3 with: stable: 'false' go-version: ${{ matrix.go }}