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/5205/head v0.32.12
Erik Grinaker 4 years ago
committed by Tess Rinearson
parent
commit
f11eae0761
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