Closed iheanyi closed 2 years ago
When working on #146, I encountered some CI errors. This updates our Dockerfile to the latest version, while additionally bumping up the Go version and getting rid of the use of the now-deprecated Temporary() function from net.Error.
Temporary()
net.Error
When working on #146, I encountered some CI errors. This updates our Dockerfile to the latest version, while additionally bumping up the Go version and getting rid of the use of the now-deprecated
Temporary()
function fromnet.Error
.