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-19 13:40:06 +02:00
committed by Tess Rinearson
parent 969b1b1548
commit b8c6745e47
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.13
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \