From 33a4010f6b161d56e1fd892d8128855af2d8df4f Mon Sep 17 00:00:00 2001 From: Sebastijan Zindl Date: Tue, 30 Jun 2026 15:19:37 +0200 Subject: [PATCH] chore(BRIDGE-574): bump go toolchain --- .github/actions/govulncheck.sh | 2 -- .github/workflows/pull-request.yml | 2 +- go.mod | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/govulncheck.sh b/.github/actions/govulncheck.sh index 8a235d67..b316bc89 100755 --- a/.github/actions/govulncheck.sh +++ b/.github/actions/govulncheck.sh @@ -8,8 +8,6 @@ main(){ jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt - ignore GO-2026-5037 "BRIDGE-565 crypto/x509 fixes quadratic cost of verifying large DNS SAN lists." - has_vulns echo diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0f1c5f58..6d72d156 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,7 +32,7 @@ jobs: - name: Run govulncheck uses: ./.github/actions/govulncheck with: - go-version-input: 1.26.3 + go-version-input: 1.26.4 go-package: ./... - name: Run tests diff --git a/go.mod b/go.mod index 5e31b4c7..0865cc0a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ProtonMail/gluon go 1.26.1 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/ProtonMail/go-mbox v1.1.0