Skip to content

Commit

Permalink
Proposal from actions/setup-go#177
Browse files Browse the repository at this point in the history
  • Loading branch information
rormartin committed Dec 20, 2021
1 parent 5453db8 commit 6651fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.18'
stable: 'false'
go-version: '1.18.0-beta1'

- name: Test
run: make test
Expand Down

0 comments on commit 6651fc3

Please sign in to comment.