File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ "ubuntu-latest", "macos-latest", "windows-latest" ]
15
- go-version : [ "1.23.1 " ]
15
+ go-version : [ "1.24.0 " ]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
18
-
41
41
- name : setup Go
42
42
uses : actions/setup-go@v5
43
43
with :
44
- go-version : 1.23.1
44
+ go-version : 1.24.0
45
45
- name : checkout
46
46
uses : actions/checkout@v4
47
47
- name : measure coverage
Original file line number Diff line number Diff line change 21
21
name : set up Go
22
22
uses : actions/setup-go@v5
23
23
with :
24
- go-version : 1.23.1
24
+ go-version : 1.24.0
25
25
-
26
26
name : set up CycloneDX
27
27
uses : CycloneDX/gh-gomod-generate-sbom@v2
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
matrix :
12
12
os : [ "ubuntu-latest", "macos-latest", "windows-latest" ]
13
- go-version : [ "1.23.1 " ]
13
+ go-version : [ "1.24.0 " ]
14
14
runs-on : ${{ matrix.os }}
15
15
steps :
16
16
-
26
26
uses : golangci/golangci-lint-action@v6
27
27
with :
28
28
version : latest
29
- args : --timeout=10m
29
+ args : --timeout=30m
30
30
only-new-issues : true
You can’t perform that action at this time.
0 commit comments