From f05ba65f8ffdb5a49292fe6a7482ad31beeb49f2 Mon Sep 17 00:00:00 2001 From: Anton Nguyen Date: Wed, 25 Nov 2020 09:28:06 -0500 Subject: [PATCH] Upgrade to the latest version of the setup-go github action 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 }}