This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
test: revert Go 1.13→1.14 bump
Since we support 1.13 and above, let's use that as a baseline for tests.
pull/4825/head
Erik Grinaker
5 years ago
committed by
GitHub
parent
8dbca7aab3
commit
d28b47ced7
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/docker/Dockerfile
+ 1
- 1
test/docker/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
golang:1.1
4
FROM
golang:1.1
3
# Grab deps (jq, hexdump, xxd, killall)
# Grab deps (jq, hexdump, xxd, killall)
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
Write
Preview
Loading…
Cancel
Save