Change go version to 1.20 in CI

This commit is contained in:
stefins 2023-03-10 20:55:27 +05:30
parent 4944355b75
commit 080c21b66b
No known key found for this signature in database
GPG Key ID: CC24E0B98BA67B50
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.20'
- run: go version
- run: go test -v ./...