We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa78632 commit 7d6a935Copy full SHA for 7d6a935
install.sh
@@ -24,7 +24,7 @@ function get_os() {
24
}
25
26
main() {
27
- local release="1.1.3"
+ local release="1.2.0"
28
local os=$(get_os)
29
local arch=$(get_arch)
30
local dest_file="${HOME}/g${release}.${os}-${arch}.tar.gz"
package.sh
@@ -59,7 +59,7 @@ main() {
59
export GO111MODULE="on"
60
export GOPROXY="https://goproxy.cn,direct"
61
62
63
local rootdir="$(pwd)"
64
65
for item in "darwin_amd64" "linux_386" "linux_amd64" "linux_arm" "linux_arm64" "windows_386" "windows_amd64"; do
0 commit comments