Skip to content

Commit cc9ddb4

Browse files
committed
bump
1 parent dcbdff9 commit cc9ddb4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
task github-action
3535
36-
- uses: codecov/codecov-action@v3
36+
- uses: codecov/codecov-action@v4
3737
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939
with:

codecov.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ codecov:
22
notify:
33
require_ci_to_pass: yes
44

5-
component_management:
6-
default_rules:
7-
statuses:
8-
- type: patch
9-
target: auto
10-
individual_components:
11-
- component_id: kod
12-
name: kod
13-
paths:
14-
- "**"
5+
# component_management:
6+
# default_rules:
7+
# statuses:
8+
# - type: patch
9+
# target: auto
10+
# individual_components:
11+
# - component_id: kod
12+
# name: kod
13+
# paths:
14+
# - "**"
1515
# - "!ext/**"
1616
# - component_id: kod-ext
1717
# name: kod-ext

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/dominikbraun/graph v0.23.0
88
github.com/go-playground/validator/v10 v10.17.0
99
github.com/samber/lo v1.39.0
10-
github.com/shirou/gopsutil/v3 v3.23.12
10+
github.com/shirou/gopsutil/v3 v3.24.1
1111
github.com/sony/gobreaker v0.5.0
1212
github.com/spf13/cobra v1.8.0
1313
github.com/spf13/viper v1.18.2
@@ -19,7 +19,7 @@ require (
1919
go.uber.org/goleak v1.3.0
2020
go.uber.org/mock v0.4.0
2121
golang.org/x/tools v0.17.0
22-
google.golang.org/grpc v1.60.1
22+
google.golang.org/grpc v1.61.0
2323
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2424
)
2525

0 commit comments

Comments
 (0)