chore(deps): bump golang from 1.15.8 to 1.16.0

Bumps golang from 1.15.8 to 1.16.0.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-17 04:17:32 +00:00
committed by GitHub
parent 9062417d13
commit e0f76d15ec

View File

@@ -1,5 +1,5 @@
# build
FROM golang:1.15.8 as builder
FROM golang:1.16.0 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./