diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3cb7c40..f140346b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.21.7' + 'GO_VERSION': '1.21.8' 'NODE_VERSION': '16' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b418e66f..ebbe80ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.21.7' + 'GO_VERSION': '1.21.8' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b140624..32c2ce9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Security - Go version has been updated to prevent the possibility of exploiting the Go - vulnerabilities fixed in Go 1.21.6 and Go 1.21.7. + vulnerabilities fixed in [Go 1.21.8][go-1.21.8]. ### Added @@ -74,6 +74,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6711]: https://github.com/AdguardTeam/AdGuardHome/issues/6711 [go-toolchain]: https://go.dev/blog/toolchain +[go-1.21.8]: https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg