Skip to content

Commit

Permalink
Use Go 1.23 default GODEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Sep 11, 2024
1 parent 1978106 commit 0585361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dcrwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

//go:debug default=go1.23

Check failure on line 6 in dcrwallet.go

View workflow job for this annotation

GitHub Actions / Go CI (1.22)

invalid //go:debug: unknown //go:debug setting "default"

package main

import (
Expand Down

0 comments on commit 0585361

Please sign in to comment.