File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
name : Lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-go@v4
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-go@v5
12
12
with :
13
13
go-version : stable
14
14
check-latest : true
@@ -31,18 +31,18 @@ jobs:
31
31
32
32
steps :
33
33
- name : Run unit tests
34
- uses : actions/setup-go@v4
34
+ uses : actions/setup-go@v5
35
35
with :
36
36
go-version : ' ${{ matrix.go_version }}'
37
37
check-latest : true
38
38
cache : true
39
39
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
42
42
- run : go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
43
43
44
44
- name : Upload coverage to codecov
45
- uses : codecov/codecov-action@v3
45
+ uses : codecov/codecov-action@v4
46
46
with :
47
47
files : ' ./coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
48
48
flags : ' ${{ matrix.go_version }}'
You can’t perform that action at this time.
0 commit comments