mirror of
https://github.com/restic/restic.git
synced 2026-05-13 22:15:25 +00:00
Merge pull request #4001 from restic/docker-go-version
docker: Increase Go version to 1.19
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user