Commit 042c3a87 authored by Mark Tyneway's avatar Mark Tyneway

ci: install go1.20

Upgrade from go1.19 in CI where go is installed manually.
Breaks this out of https://github.com/ethereum-optimism/optimism/pull/6412
parent b2d75bf0
......@@ -886,9 +886,9 @@ jobs:
- run:
name: Install latest golang
command: |
wget https://go.dev/dl/go1.19.linux-amd64.tar.gz
wget https://go.dev/dl/go1.20.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
- 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