You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is an issue, or at least the issue is in tg-spam. Setting a particular version of Go should not be necessary as long as the major version is installed and setting go 1.23 is a common practice. The project migrated to 1.23 a while ago, and I have not seen any problems with the build.
Hello,
The command
make build
didn't work for me with the error:I patched the error with updating
go 1.22
->go 1.22.0
intogo.mod
.I think a PR for this is not required. but just for the next update you can update it.
Maybe there are other solutions but this worked for me.
The text was updated successfully, but these errors were encountered: