Skip to content

Commit

Permalink
Fix minimal go version (>1.11)
Browse files Browse the repository at this point in the history
When downloading your library with go <1.13, it fails because of the requirement set in the go.mod file.
  • Loading branch information
jooola committed Oct 31, 2019
1 parent 997e168 commit b06934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/cespare/xxhash/v2

go 1.13
go 1.11

0 comments on commit b06934c

Please sign in to comment.