File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jq -r ' .finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
10
10
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
-
15
11
has_vulns
16
12
17
13
echo
Original file line number Diff line number Diff line change 9
9
- name : Get sources
10
10
uses : actions/checkout@v4
11
11
12
- - name : Set up Go 1.23.3
12
+ - name : Set up Go 1.24.0
13
13
uses : actions/setup-go@v5
14
14
with :
15
- go-version : ' 1.23.3 '
15
+ go-version : ' 1.24.0 '
16
16
17
17
- name : Run golangci-lint
18
18
uses : golangci/golangci-lint-action@v6
19
19
with :
20
- version : v1.62.0
20
+ version : v1.64.6
21
21
args : --timeout=180s
22
22
skip-cache : true
23
23
30
30
- name : Run govulncheck
31
31
uses : ./.github/actions/govulncheck
32
32
with :
33
- go-version-input : 1.23.3
33
+ go-version-input : 1.24
34
34
go-package : ./...
35
35
Original file line number Diff line number Diff line change 1
1
module github.com/ProtonMail/go-proton-api
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.2.0
You can’t perform that action at this time.
0 commit comments