1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-28 04:44:34 +02:00

feat: update to Go 1.15 image (#1758)

This commit is contained in:
Simon Jürgensmeyer 2020-08-16 15:38:27 +02:00 committed by Carlos Alexandro Becker
parent 3d48782917
commit a35ab24ce6

View File

@ -1,4 +1,4 @@
FROM golang:1.14-alpine
FROM golang:1.15-alpine
RUN apk add --no-cache bash \
curl \