我安装了hello.go和hello_test.go (指定的测试代码文件)。在1.13版本中运行go mod init是否有原因生成以下go.mod:在目录中运行go tet会获得错误-参见示例:
compile: version"go1.13" does not match gotool version "
我正在尝试为启用了FIPS的Go版本构建一个高山Docker镜像。为此,我尝试使用golang/go存储库的dev.boringcrypto分支从源代码构建Go。 在运行./all.bash时,我得到以下错误: Step 4/4 : RUN cd go/src && ./all.bashBuilding Go cmd/dist using