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