Test Net currently down?

Yes, there were some breaking changes to the Main Net which probably reflected in the Test Net:

(I somehow overlooked the announcement both on Discord and Flow Forum).
Anyways, you have to update the GO SDK:
go get -u GitHub - onflow/flow-go-sdk: Tools for building Go applications on Flow 🌊

And then probably also run:
go mod download GitHub - golang/protobuf: Go support for Google's protocol buffers
go mod download The Go Programming Language

Hope that helps…