twitter-action icon indicating copy to clipboard operation
twitter-action copied to clipboard

ENH Migrate to using go modules

Open thomasjpfan opened this issue 4 years ago • 0 comments

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.

thomasjpfan avatar Feb 22 '21 16:02 thomasjpfan