twitter-action
twitter-action copied to clipboard
ENH Migrate to using go modules
Current docker build -t xorilog/twitter-action .
does not work because of how new versions of go handles modules.
This PR migrates the repo to use go modules.
An alternative would be to set GO111MODULE=auto
to keep the behavior in golang 1.11
with modules.