Commit 3c58b76
committed
fix(tbtcpg): use format string in fmt.Errorf to fix go vet error
Go 1.24 vet rejects non-constant format strings in fmt.Errorf. This
pre-existing issue was hidden because CI was not running tests.1 parent 3f5307e commit 3c58b76
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments