Skip to content

Commit

Permalink
Use go 1.18 in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Mar 15, 2022
1 parent 8feb798 commit 3d00468
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.18.0-beta1'
go-version: '1.18.0'

- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 3d00468

Please sign in to comment.