Commit 724241c
committed
Hack the go.mod in the build action
We cannot change the go version to 1.24+ in the go.mod because of Debian
12's old go. In order to force the checks for go1.25 replace it on the
fly in the `go.mod`. This should trigger more checks as documented in
https://tip.golang.org/doc/go1.24#vet1 parent 1b1aa41 commit 724241c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments