Skip to content

Commit f05ba65

Browse files
committed
Upgrade to the latest version of the setup-go github action
The beta version utilizes the deprecated `set-env` and `add-path` commands
1 parent 3796a6b commit f05ba65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Set up Go
48-
uses: actions/setup-go@v2-beta
48+
uses: actions/setup-go@v2.1.3
4949
with:
5050
stable: 'false'
5151
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)