File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/setup-go@v5
30
30
with :
31
31
check-latest : true
32
- go-version : 1.24.6
32
+ go-version : 1.25.0
33
33
- name : Run golangci-lint
34
34
uses : golangci/golangci-lint-action@v8
35
35
with :
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.0
36
36
code_coverage :
37
37
name : Code coverage report
38
38
if : github.event_name == 'pull_request'
63
63
uses : actions/setup-go@v5
64
64
with :
65
65
check-latest : true
66
- go-version : 1.24.6
66
+ go-version : 1.25.0
67
67
- name : Run tests and generate coverage report
68
68
run : make build/cover.out
69
69
- name : Archive code coverage results
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-go@v5
33
33
with :
34
34
check-latest : true
35
- go-version : 1.24.6
35
+ go-version : 1.25.0
36
36
- name : Initialize CodeQL
37
37
uses : github/codeql-action/init@v3
38
38
with :
You can’t perform that action at this time.
0 commit comments