Bump Go to 1.15 for build (#37)

This commit is contained in:
Xiaonan Shen 2021-06-19 10:52:47 +08:00 committed by GitHub
commit 5cec1579c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.13 AS build FROM golang:1.15 AS build
# Install dependencies # Install dependencies
RUN apt-get update && apt-get install -y libsecret-1-dev RUN apt-get update && apt-get install -y libsecret-1-dev