From 0304011770707d486658ca7262698ff5deba0aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Rio?= Date: Wed, 3 Jul 2024 09:13:44 +0700 Subject: [PATCH] Upd: Go version --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a9250b26a1f..142ebe86aaa 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DIST_DIR = dist GOAMD64 = v1 GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct GOSUMDB = sum.golang.google.cn -GOTOOLCHAIN = go1.22.4 +GOTOOLCHAIN = go1.22.5 GPG_KEY = devteam@adguard.com GPG_KEY_PASSPHRASE = not-a-real-password NPM = npm diff --git a/go.mod b/go.mod index f53ddddb6a0..569e7bc4502 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/AdguardTeam/AdGuardHome -go 1.22.4 +go 1.22.5 require ( github.com/AdguardTeam/dnsproxy v0.71.2