Skip to content

Commit e612ff2

Browse files
committed
Update CI deps
1 parent c7fee44 commit e612ff2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ on: [push, pull_request]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
go: [ '1.19', '1.18' ]
9+
go: [ '1.22.0', '1.21.0', '1.20', '1.19' ]
1010
name: ${{ matrix.go }}
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup go
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: ${{ matrix.go }}
1818

@@ -26,10 +26,9 @@ jobs:
2626

2727
- run: make vet
2828

29-
- uses: codecov/codecov-action@v1
29+
- uses: codecov/codecov-action@v4
3030
with:
3131
files: ./coverage.txt
3232
flags: unittests
3333
name: codecov-umbrella-${{ matrix.go }}
34-
fail_ci_if_error: true
3534
verbose: true

0 commit comments

Comments
 (0)