lukevers / kittens

A scriptable IRC bot hub written in Go with Lua plugins
MIT License
83 stars 10 forks source link

undefined: tls.DialWithDialer #64

Closed bateau84 closed 9 years ago

bateau84 commented 9 years ago

trying to create a docker image. get this error on build:

github.com/fluffle/goirc/client ../github.com/fluffle/goirc/client/connection.go:246: undefined: tls.DialWithDialer

ghost commented 9 years ago

It appears to me that you may have an old version of Go. As far as I am aware, tls.DialWithDialer is only available in go >= 1.3

ghost commented 9 years ago

66 removes versions before 1.3 from travis

lukevers commented 9 years ago

Thanks, @Term1nal! It's probably safe to close this then. If you're still having problems after upgrading go, @bateau84, feel free to open this back up!