Skip to content

Commit

Permalink
v1: lower the required go version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
edwingeng committed Jul 27, 2022
1 parent 5ff7a62 commit 4b9dc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doublejump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var debugMode = flag.Bool("debugMode", false, "enable the debug mode")

func init() {
rand.Seed(time.Now().UnixMilli())
rand.Seed(time.Now().UnixNano() / 1000)
}

func invariant(h *Hash, t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/edwingeng/doublejump

require github.com/dgryski/go-jump v0.0.0-20170409065014-e1f439676b57

go 1.13
go 1.12

0 comments on commit 4b9dc6d

Please sign in to comment.