chore: bump go1.20 in github action

main
sudo pacman -Syu 2023-02-08 15:30:05 +07:00
parent d74d074ff3
commit 781a14b315
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- run: go test -race -failfast ./...
@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
cache: true
- run: go build .