correct go.mod version to 1.20

This commit is contained in:
bakito 2023-04-10 22:22:28 +02:00
parent e2c6ef40ec
commit c22f38fff2
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8

2
go.mod
View file

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