Commit e2b4ec81 authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger
parent 18209a8d
...@@ -923,9 +923,9 @@ jobs: ...@@ -923,9 +923,9 @@ jobs:
- run: - run:
name: Install latest golang name: Install latest golang
command: | command: |
wget https://go.dev/dl/go1.20.linux-amd64.tar.gz wget https://go.dev/dl/go1.19.linux-amd64.tar.gz
sudo rm -rf /usr/local/go sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
go version go version
- run: - run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment