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
commit
d28b47ced7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/docker/Dockerfile

+ 1
- 1
test/docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.13
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \


Loading…
Cancel
Save