bump go version to 1.15 (#5639) (#5667)

This commit is contained in:
Anton Kaliaev
2020-11-16 17:58:55 +04:00
committed by GitHub
parent 9567477d55
commit 047b5ea85e
10 changed files with 33 additions and 12 deletions

View File

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