Bump minimum go version to 1.25

This commit is contained in:
Michael Eischer
2026-05-10 17:53:08 +02:00
parent 5b7df8135e
commit 6080c784e4
7 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /go/src/github.com/restic/restic