Skip to content

Commit

Permalink
silencing qget
Browse files Browse the repository at this point in the history
  • Loading branch information
Viles, Andrew committed Feb 5, 2021
1 parent df0463b commit 933b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail
GO_VERSION=1.5.0

# install helm-docs
wget https://golang.org/dl/go1.15.8.linux-amd64.tar.gz -O /tmp/go.tar.gz
wget -q https://golang.org/dl/go1.15.8.linux-amd64.tar.gz -O /tmp/go.tar.gz
tar -C /tmp/ -xzf /tmp/go.tar.gz
export PATH=$PATH:/tmp/go/bin
go version
Expand Down

0 comments on commit 933b916

Please sign in to comment.