update to go 1.19

This commit is contained in:
Boshi Lian 2022-08-03 05:42:59 +00:00
parent 0dd9491d13
commit d3ec47f4ec
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.19
id: go
- name: Check out code into the Go module directory