From c4ba8b28efacb4f274b0a24bec70ebf7e2a1eefb Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 9 Jul 2026 15:02:43 +0000 Subject: [PATCH 1/2] Pull request 2701: ADG-12585-upd-go Squashed commit of the following: commit f91172481efec79baee24adcb84a0c6201b5a14f Author: Ainar Garipov Date: Thu Jul 9 17:37:02 2026 +0300 all: upd go --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 7 +++---- Makefile | 2 +- bamboo-specs/release.yaml | 6 +++--- bamboo-specs/test.yaml | 4 ++-- docker/ci.Dockerfile | 2 +- go.mod | 2 +- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30d6297f8da..e64c854620f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # See https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions. 'permissions': {} 'env': - 'GO_VERSION': '1.26.4' + 'GO_VERSION': '1.26.5' 'NODE_VERSION': '20' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index ac523ba4e2d..dfa4be3a4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ NOTE: Add new changes BELOW THIS COMMENT. - The H2C connection establishment via HTTP/1.1 request upgrade is no longer supported. See [RFC 9113][rfc9113]. -- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.4][go-1.26.4]. +- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.5][go-1.26.5]. - The size of rulelists is limited. This is necessary to prevent a user's machine from becoming overloaded if the filter source misbehaves. @@ -30,8 +30,6 @@ NOTE: Add new changes BELOW THIS COMMENT. - Improved updater logging to give users more insight into the problem with version updating ([#8410]). -[#8410]: https://github.com/AdguardTeam/AdGuardHome/issues/8410 - ### Changed - The interval of filter updates can now be set to any number of ours between 0 and 365 days in the configuration file. @@ -50,7 +48,8 @@ NOTE: Add new changes BELOW THIS COMMENT. [#7955]: https://github.com/AdguardTeam/AdGuardHome/issues/7955 [#8276]: https://github.com/AdguardTeam/AdGuardHome/issues/8276 -[go-1.26.4]: https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw +[#8410]: https://github.com/AdguardTeam/AdGuardHome/issues/8410 +[go-1.26.5]: https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc [rfc9113]: https://datatracker.ietf.org/doc/html/rfc9113