Skip to content

Commit

Permalink
chore(ci): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Feb 13, 2025
1 parent 0a5b039 commit ba85b80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
go-version: stable

- name: Run linter
uses: golangci/[email protected].2 # Action page: <https://github.com/golangci/golangci-lint-action>
uses: golangci/[email protected].3 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.61 # without patch version
version: v1.64 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m --build-tags=race ./...
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
php: ["8.3"]
php: ["8.4"]
go: [stable]
os: ["ubuntu-latest"]
steps:
Expand Down Expand Up @@ -107,5 +107,5 @@ jobs:
- name: upload to codecov
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
with:
file: ./coverage/summary.txt
files: ./coverage/summary.txt
fail_ci_if_error: false
4 changes: 2 additions & 2 deletions .github/workflows/linux_durability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
php: ["8.3"]
php: ["8.4"]
go: [stable]
os: ["ubuntu-latest"]
steps:
Expand Down Expand Up @@ -94,5 +94,5 @@ jobs:
- name: upload to codecov
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
with:
file: ./coverage/summary.txt
files: ./coverage/summary.txt
fail_ci_if_error: false

0 comments on commit ba85b80

Please sign in to comment.