Skip to content

Commit

Permalink
Upgrade to the latest version of the setup-go github action (#1040)
Browse files Browse the repository at this point in the history
The beta version utilizes the deprecated `set-env` and `add-path` commands
  • Loading branch information
AntonNguyen committed Nov 25, 2020
1 parent 3796a6b commit 15dfca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 15dfca1

Please sign in to comment.