update go version the github actions use

This commit is contained in:
Tnze
2022-05-05 01:05:07 +08:00
parent aa2374cc24
commit 805b7bf33b

View File

@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
id: go
- name: Check out code into the Go module directory