Skip to content

Commit 3d00468

Browse files
committed
Use go 1.18 in GitHub workflow
1 parent 8feb798 commit 3d00468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-go@v2
1616
with:
1717
stable: 'false'
18-
go-version: '1.18.0-beta1'
18+
go-version: '1.18.0'
1919

2020
- name: Checkout
2121
uses: actions/checkout@v1

0 commit comments

Comments
 (0)