chore: bump go 1.19 in github action

main
sudo pacman -Syu 2022-10-16 09:49:07 +07:00
parent a546e5c4a5
commit f0cce66fd2
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.19"
check-latest: true
cache: true
- run: go test -race -coverprofile=coverage.out ./...