Skip to content

Commit

Permalink
Merge branch 'master' into proxy-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 11, 2024
2 parents 7be550b + 2536131 commit 5f32dae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BRANCH = $$( git rev-parse --abbrev-ref HEAD )
DIST_DIR = build
GOAMD64 = v1
GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct
GOTOOLCHAIN = go1.21.7
GOTOOLCHAIN = go1.21.8
OUT = dnsproxy
RACE = 0
REVISION = $$( git rev-parse --short HEAD )
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# exact patch version as opposed to a minor one to make sure that this exact
# version is actually used and not whatever the docker daemon on the CI has
# cached a few months ago.
'dockerGo': 'golang:1.21.7'
'dockerGo': 'golang:1.21.8'
'maintainer': 'Adguard Go Team'
'name': 'dnsproxy'

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/dnsproxy

go 1.21.7
go 1.21.8

require (
github.com/AdguardTeam/golibs v0.20.1
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/AdguardTeam/dnsproxy/internal/tools

go 1.21.7
go 1.21.8

require (
github.com/fzipp/gocyclo v0.6.0
Expand Down

0 comments on commit 5f32dae

Please sign in to comment.