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
The Go migration will only install a single Go binary based off the {{ default_version }} listed for TeleIRC, and does not respect individual projects' listed versions to use.
Fix
The compile task needs to be updated to include a dict loop to build a TeleIRC binary based off each project's respective git branch.
The text was updated successfully, but these errors were encountered:
Problem
The Go migration will only install a single Go binary based off the
{{ default_version }}
listed for TeleIRC, and does not respect individual projects' listed versions to use.Fix
The compile task needs to be updated to include a dict loop to build a TeleIRC binary based off each project's respective git branch.
The text was updated successfully, but these errors were encountered: