File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- go-version : [1.18.x, 1.21 .x]
16
+ go-version : [1.18.x, 1.22 .x]
17
17
steps :
18
18
- name : Setup Go
19
- uses : actions/setup-go@v4
19
+ uses : actions/setup-go@v5
20
20
with :
21
21
go-version : ${{ matrix.go-version }}
22
22
28
28
29
29
- name : Upload coverage to Codecov
30
30
if : ${{ matrix.go-version == '1.18.x' }}
31
- run : bash <(curl -s https://codecov.io/bash)
31
+ uses : codecov/codecov-action@v4
32
+ with :
33
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : golangci-lint
18
- uses : golangci/golangci-lint-action@v3
18
+ uses : golangci/golangci-lint-action@v4
You can’t perform that action at this time.
0 commit comments