From 238ff1d418f1aef2b0056be96ce83484341c3fea Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 10 Sep 2024 14:28:27 +0300 Subject: [PATCH] all: upd go & tools --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- CHANGELOG.md | 4 +- Makefile | 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 +- 10 files changed, 215 insertions(+), 48 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb1731247e1..f36a61ec55b 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 469396ce19a..f5e99131566 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 ac1da18c969..099794c1e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ 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]. +- Go version has been updated to [1.23.1][go-1.23.1]. ### Fixed @@ -49,7 +49,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