diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f30f7bcda..3666e0444 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.25.2' + 'GO_VERSION': '1.25.3' 'NODE_VERSION': '20' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df2225ffc..e425de761 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.25.2' + 'GO_VERSION': '1.25.3' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index 93473467f..eaf51c4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,13 @@ 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.25.2][go-1.25.2]. +- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.3][go-1.25.3]. ### Added - New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description. -[go-1.25.2]: https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI +[go-1.25.3]: https://groups.google.com/g/golang-announce/c/YEyj6FUNbik