mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-02-01 03:51:05 +08:00
go 1.19
This commit is contained in:
parent
c32694ff5c
commit
2b27ce88fe
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.18 as builder
|
||||
FROM golang:1.19 as builder
|
||||
|
||||
WORKDIR /go/src/app
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue