File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ on: [push, pull_request]
33
44jobs :
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,10 @@ 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
34+ token : ${{ secrets.CODECOV_TOKEN }}
3535 verbose : true
You can’t perform that action at this time.
0 commit comments