File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616 go-version : stable
1717
1818 - name : Run linter
19- uses : golangci/golangci-lint-action@v6.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
19+ uses : golangci/golangci-lint-action@v6.3.3 # Action page: <https://github.com/golangci/golangci-lint-action>
2020 with :
21- version : v1.62 # without patch version
21+ version : v1.64 # without patch version
2222 only-new-issues : false # show only new issues if it's a pull request
2323 args : --timeout=10m --build-tags=race
Original file line number Diff line number Diff line change 6868 - name : Install protoc
6969 uses : arduino/setup-protoc@v3
7070 with :
71- version : ' 26.x'
7271 repo-token : ${{ secrets.GITHUB_TOKEN }}
7372
7473 - name : Run golang root module tests
@@ -121,7 +120,7 @@ jobs:
121120 sed -i '2,${/roadrunner/!d}' summary.txt
122121
123122 - name : upload to codecov
124- uses : codecov/codecov-action@v3 # Docs: <https://github.com/codecov/codecov-action>
123+ uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
125124 with :
126- file : ./coverage/summary.txt
125+ files : ./coverage/summary.txt
127126 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments