Skip to content

Commit 0ebd28b

Browse files
committed
chore(BRIDGE-574): bump go toolchain
1 parent ebb09f0 commit 0ebd28b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/govulncheck.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ main(){
88

99
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
1010

11-
ignore GO-2026-5037 "BRIDGE-565 crypto/x509 fixes quadratic cost of verifying large DNS SAN lists."
12-
1311
has_vulns
1412

1513
echo

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ProtonMail/gluon
22

33
go 1.26.1
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/ProtonMail/go-mbox v1.1.0

0 commit comments

Comments
 (0)