Skip to content

Commit

Permalink
build: force old timer behavior
Browse files Browse the repository at this point in the history
Until golang/go#69312 is resolved,
force the old timer behavior by specifying an older go version
in the go.mod file.
  • Loading branch information
oncilla committed Sep 16, 2024
1 parent 22a3c24 commit 02f7613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ require (
modernc.org/token v1.1.0 // indirect
)

go 1.23.0
go 1.22.7

0 comments on commit 02f7613

Please sign in to comment.