down grade the golang version to 1.15 (#615)

This commit is contained in:
Minghe
2021-06-08 23:47:52 +08:00
committed by GitHub
parent 525e19b4ac
commit 416024b32e

View File

@@ -1,4 +1,4 @@
FROM golang:latest
FROM golang:1.15
# dependency management
RUN go get github.com/gin-gonic/gin