Skip to content

Commit

Permalink
Move GODEBUG handling to go.mod
Browse files Browse the repository at this point in the history
Starting with Go 1.23 the godebug directive can be used to specify the default
GODEBUG values.
  • Loading branch information
jrick committed Feb 11, 2025
1 parent da54535 commit e0153c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions debug.go

This file was deleted.

4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)

godebug (
default=go1.24
)

0 comments on commit e0153c0

Please sign in to comment.