File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
35
35
- name : Setup Go
36
- uses : actions/setup-go@v3
36
+ uses : actions/setup-go@v5
37
37
with :
38
38
go-version : ${{ matrix.go }}
39
39
cache : true
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
24
24
- name : Setup Go
25
- uses : actions/setup-go@v3
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ${{ matrix.go }}
28
28
cache : true
32
32
run : go test ./... -race -coverprofile=coverage.txt -covermode=atomic
33
33
34
34
- name : Coverage
35
- run : bash <(curl -s https://codecov.io/bash)
35
+ run : bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments