ci: Update Docker image to Go 1.13

- The Go version now matches the one used for the GHA CI jobs
- The Docker builds failed because a dependency changed and Go 1.12 was not able to use the version from go.sum (see https://hub.docker.com/repository/registry-1.docker.io/tusproject/tusd/builds/913de821-d650-454b-9f05-107862caedf3)
This commit is contained in:
Marius 2021-05-17 00:08:36 +02:00 committed by GitHub
parent f1b183022b
commit d560c4e753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12-alpine AS builder
FROM golang:1.13-alpine AS builder
# Copy in the git repo from the build context
COPY . /go/src/github.com/tus/tusd/