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 Tess Rinearson
parent 7e2870af49
commit f11eae0761

View File

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