test: revert Go 1.13→1.14 bump

Since we support 1.13 and above, let's use that as a baseline for tests.
This commit is contained in:
Erik Grinaker
2020-05-11 16:10:31 +02:00
committed by GitHub
parent 8dbca7aab3
commit d28b47ced7

View File

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