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

upgrade github ci workflow

This commit is contained in:
Tai Groot 2022-10-30 20:43:51 -07:00
parent 7f9688c7a1
commit fd0db2ad55
No known key found for this signature in database
GPG key ID: D00C269A87614812

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 ./...