Skip to content

Commit

Permalink
backout: Move GODEBUG handling to go.mod
Browse files Browse the repository at this point in the history
breaks the 1.23 toolchain build :/
  • Loading branch information
jrick committed Feb 11, 2025
1 parent e0153c0 commit 471b654
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions debug.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright (c) 2024 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

//go:build go1.24

//go:debug default=go1.24

package main
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@ 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 471b654

Please sign in to comment.