Build using Go 1.19 (#153)

This commit is contained in:
Frederik Ring 2022-09-01 15:12:48 +02:00 committed by GitHub
parent a6ec128cab
commit 749a7a15a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2021 - Offen Authors <hioffen@posteo.de> # Copyright 2021 - Offen Authors <hioffen@posteo.de>
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
FROM golang:1.18-alpine as builder FROM golang:1.19-alpine as builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/offen/docker-volume-backup module github.com/offen/docker-volume-backup
go 1.18 go 1.19
require ( require (
github.com/containrrr/shoutrrr v0.5.2 github.com/containrrr/shoutrrr v0.5.2