mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
Pipe golang tar package directly to tar
This commit is contained in:
parent
9975ee6e00
commit
be68aeb44f
2
.github/workflows/runonce.yml
vendored
2
.github/workflows/runonce.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
|||||||
# Use official golang package
|
# Use official golang package
|
||||||
- name: Install Golang
|
- name: Install Golang
|
||||||
run: |
|
run: |
|
||||||
wget -q https://go.dev/dl/go1.21.1.linux-amd64.tar.gz | \
|
wget -q https://go.dev/dl/go1.21.1.linux-amd64.tar.gz --output-document=- | \
|
||||||
tar --directory=/usr/local --extract --gzip
|
tar --directory=/usr/local --extract --gzip
|
||||||
export PATH=/usr/local/go/bin:/usr/local/go/pkg/tool/linux_amd64:$PATH
|
export PATH=/usr/local/go/bin:/usr/local/go/pkg/tool/linux_amd64:$PATH
|
||||||
go version
|
go version
|
||||||
|
Loading…
Reference in New Issue
Block a user