Update golang Docker tag to v1.22 #1

Closed
renovate wants to merge 1 commits from renovate/golang-1.x into main
Showing only changes of commit 3257a0903c - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS builder
FROM golang:1.22-alpine AS builder
ARG RESTIC_VERSION=0.16.0
RUN apk add --no-cache git