Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-ws-transport
Commits
dc7c7133
Commit
dc7c7133
authored
Oct 16, 2020
by
M. Hawn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: bump to go 1.15
parent
df1ae121
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
dc7c7133
...
@@ -14,7 +14,7 @@ env:
...
@@ -14,7 +14,7 @@ env:
install
:
install
:
# Manually download and install Go 1.13 instead of using gimme.
# Manually download and install Go 1.13 instead of using gimme.
# It looks like gimme Go causes some errors on go-test for Wasm.
# It looks like gimme Go causes some errors on go-test for Wasm.
-
wget -O go.tar.gz https://dl.google.com/go/go1.1
3.4
.linux-amd64.tar.gz
-
wget -O go.tar.gz https://dl.google.com/go/go1.1
5.3
.linux-amd64.tar.gz
-
tar -C ~ -xzf go.tar.gz
-
tar -C ~ -xzf go.tar.gz
-
rm go.tar.gz
-
rm go.tar.gz
-
export GOROOT=~/go
-
export GOROOT=~/go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment