bump go version to 1.15 (#5639)

This commit is contained in:
Anton Kaliaev
2020-11-10 15:19:52 +04:00
committed by GitHub
parent fa522ca323
commit 7041cae8e1
10 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.15
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \