Skip to content

Commit 306e8cf

Browse files
committed
chore(BRIDGE-320): bumping go to 1.24.0 and removing silenced vulns
1 parent 2e531f2 commit 306e8cf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/govulncheck.sh

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +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-2025-3373 "BRIDGE-315 stdlib crypto/x509"
12-
ignore GO-2025-3420 "BRIDGE-315 stdlib net/http"
13-
ignore GO-2025-3447 "BRIDGE-315 stdlib crypto/internal/nistec"
14-
1511
has_vulns
1612

1713
echo

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ProtonMail/go-proton-api
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/Masterminds/semver/v3 v3.2.0

0 commit comments

Comments
 (0)