From 6fe4b9440d393786e6a797d49f54ca983ecde534 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 10 Sep 2024 15:14:48 +0300 Subject: [PATCH] Pull request 2276: Update Go & tools Squashed commit of the following: commit 74629880756659d22989a69bd7631a246207d3b7 Author: Eugene Burkov Date: Tue Sep 10 14:35:51 2024 +0300 all: fix docs commit 238ff1d418f1aef2b0056be96ce83484341c3fea Author: Eugene Burkov Date: Tue Sep 10 14:28:27 2024 +0300 all: upd go & tools --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- CHANGELOG.md | 8 +- Makefile | 2 +- README.md | 2 +- bamboo-specs/release.yaml | 6 +- bamboo-specs/test.yaml | 4 +- go.mod | 2 +- internal/tools/go.mod | 45 +++++++-- internal/tools/go.sum | 192 ++++++++++++++++++++++++++++++------ scripts/make/go-lint.sh | 4 +- 11 files changed, 220 insertions(+), 49 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb173124..f36a61ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.22.6' + 'GO_VERSION': '1.23.1' 'NODE_VERSION': '16' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 469396ce..f5e99131 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.22.6' + 'GO_VERSION': '1.23.1' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1da18c..88573283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,11 @@ See also the [v0.107.53 GitHub milestone][ms-v0.107.53]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Security + +- Go version has been updated to prevent the possibility of exploiting the Go + vulnerabilities fixed in [1.23.1][go-1.23.1]. + ### Added - Support for 64-bit RISC-V architecture ([#5704]). @@ -36,7 +41,6 @@ NOTE: Add new changes BELOW THIS COMMENT. - Upstream server URL domain names requirements has been relaxed and now follow the same rules as their domain specifications. -- Go version has been updated to [1.22.6][go-1.22.6]. ### Fixed @@ -49,7 +53,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#7154]: https://github.com/AdguardTeam/AdGuardHome/pull/7154 [#7155]: https://github.com/AdguardTeam/AdGuardHome/pull/7155 -[go-1.22.6]: https://groups.google.com/g/golang-announce/c/X4q_-Wf-5g4 +[go-1.23.1]: https://groups.google.com/g/golang-announce/c/K-cEzDeCtpc