anaganisk/digitalocean-dynamic-dns-ip

url.PathScape error when building

deftoner opened this issue · 2 comments

Hello there! thanks for your work. I was trying to just do the build of your script for two hours now. :(

First install go, then downloading dependences (go-homedir package....), now after all that, I get this error:
./digitalocean-dynamic-ip.go:177: undefined: url.PathEscap
./digitalocean-dynamic-ip.go:269: undefined: url.PathEscape

Its an ubuntu server 18 almost clean install

the url.PathEscape should be available in go 1.8 or higher. can you confirm your installed version:
go version ?

That was the issue, Thanks!