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

update to go 1.18

This commit is contained in:
Zack 2022-04-06 21:48:39 -07:00 committed by GitHub
parent 087c22d833
commit 4abdbf1ad2
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.17'
go-version: '1.18'
- run: go version
- run: go test -v ./...