Skip to content

Commit

Permalink
Upd: Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Jul 3, 2024
1 parent 3e7a18e commit 0304011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
GPG_KEY_PASSPHRASE = not-a-real-password
NPM = npm
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0304011

Please sign in to comment.