``` kieran@kieran-x /m/k/c/nostr [1]> go install github.com/fiatjaf/nak@v0.17.0 go: github.com/fiatjaf/nak@v0.17.0 requires go >= 1.24.1; switching to go1.24.10 # fiatjaf.com/nostr/nip77 /home/kieran/go/pkg/mod/fiatjaf.com/nostr@v0.0.0-20251124002842-de54dd1fa4b8/nip77/nip77.go:113:6: wg.Go undefined (type "sync".WaitGroup has no field or method Go) /home/kieran/go/pkg/mod/fiatjaf.com/nostr@v0.0.0-20251124002842-de54dd1fa4b8/nip77/nip77.go:122:6: wg.Go undefined (type "sync".WaitGroup has no field or method Go) ```

Replies (1)

Golang is stupid, it compiles on my machine. Maybe it is using go1.25 to compile for me and not giving me this error. Anyway, published v0.17.1 now that forces that version.