This commit is contained in:
bakito 2022-12-28 17:36:15 +01:00
parent c32694ff5c
commit 2b27ce88fe
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.19 as builder
WORKDIR /go/src/app

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/bakito/adguardhome-sync
go 1.18
go 1.19
require (
github.com/gin-gonic/gin v1.8.2