Commit dc7c7133 authored by M. Hawn's avatar M. Hawn

ci: bump to go 1.15

parent df1ae121
......@@ -14,7 +14,7 @@ env:
install:
# Manually download and install Go 1.13 instead of using gimme.
# It looks like gimme Go causes some errors on go-test for Wasm.
- wget -O go.tar.gz https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz
- wget -O go.tar.gz https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz
- tar -C ~ -xzf go.tar.gz
- rm go.tar.gz
- export GOROOT=~/go
......
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