File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ${{ matrix.platform }}
25
25
steps :
26
26
- name : Install Go
27
- uses : actions/setup-go@v2
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ matrix.go-version }}
30
30
@@ -34,12 +34,12 @@ jobs:
34
34
git config --global core.eol lf
35
35
36
36
- name : Checkout code
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 1
40
40
41
41
- name : Cache-Go
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v4
43
43
with :
44
44
# In order:
45
45
# * Module download cache
@@ -93,11 +93,11 @@ jobs:
93
93
run : |
94
94
go run ./ci/run-tests.go $TAGS -race
95
95
- name : static-check
96
- uses : dominikh/staticcheck-action@v1.2.0
96
+ uses : dominikh/staticcheck-action@v1
97
97
with :
98
98
install-go : false
99
99
cache-key : ${{ matrix.platform }}
100
- version : " 2022 .1"
100
+ version : " 2025 .1"
101
101
- name : Upload-Coverage
102
102
if : matrix.platform == 'ubuntu-latest'
103
- uses : codecov/codecov-action@v1
103
+ uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments