Skip to content

Commit d4a90b8

Browse files
committed
chore(ci): update linters
1 parent f8b1a55 commit d4a90b8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
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

.github/workflows/linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
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

0 commit comments

Comments
 (0)