Skip to content

Gos v1.1

Compare
Choose a tag to compare
@storyicon storyicon released this 31 May 05:29
· 8 commits to master since this release

What's new in v1.1

  1. you can specify which upstream proxy GOS uses through the environment variable GOS_UPSTREAM_ADDRESS
  2. you can let GOS output more information at runtime by setting GOS_DEBUG to any non-null value.
  3. now gos returns a non-zero code when it encounters a critical error, which makes it perform better when performing CI usage.

Some tips for Chinese developers:

对于中国用户,建议将环境变量 GOS_UPSTREAM_ADDRESS 设置为 https://goproxy.iohttps://goproxy.cn 来获得更快的拉取速度。

more information: What's new in v1.1

Usage

According to your system type, download the zip file,then unzip, rename the binaries to gos and put it in your $PATH. Then use gos as if you were using the go command.

You may need to execute chmod +x gos to give gos enough permissions.

👹 Please make sure your golang version ≥ 1.12: about "go: cannot find main module"