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
strings.Builder is introduced in Go 1.10 but currently Travis CI tries to build for 1.7 to 1.9. Proposed solution is to drop trying to build for 1.7 to 1.12 as go.mod uses 1.13, and instead build for 1.13 to 1.15