0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Merge pull request #515 from taigrr/workflow

Github CI go 1.18 -> 1.19
This commit is contained in:
Zack 2022-11-18 20:47:36 -08:00 committed by GitHub
commit fce4629120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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