Merge pull request #4001 from restic/docker-go-version

docker: Increase Go version to 1.19
This commit is contained in:
Alexander Neumann 2022-11-04 10:30:11 +01:00 committed by GitHub
commit 543649f2f2
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.16-alpine AS builder
FROM golang:1.19-alpine AS builder
WORKDIR /go/src/github.com/restic/restic