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

minimum go version 1.22

This commit is contained in:
Zack Scholl 2024-10-01 06:37:55 -07:00
parent 73ca44f064
commit c1392acb70

4
go.mod
View file

@ -1,6 +1,8 @@
module github.com/schollz/croc/v10
go 1.23.1
go 1.22
toolchain go1.23.1
require (
github.com/cespare/xxhash v1.1.0