fix github builds by removing some odd platform combinations.

This commit is contained in:
fiatjaf
2025-03-10 17:13:19 -03:00
parent 4b4d9ec155
commit 1c058f2846
2 changed files with 3 additions and 9 deletions

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/fiatjaf/nak
go 1.23.3
toolchain go1.23.4
go 1.24.1
require (
github.com/bep/debounce v1.2.1