mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-09 21:50:07 +00:00
Update all direct dependencies (#404)
* Update all direct dependencies * use node v16 * upgrade typescript to v4.5.5 * upgrade actions/github to v5 * use vercel/ncc v0.33.3 * Add compatibility note for v3 * increase timeout for the testing workflow
This commit is contained in:
parent
423fbafafc
commit
c675eb70db
10 changed files with 66939 additions and 68740 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
args: --timeout=3m --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
|
||||
test-go-mod-version:
|
||||
|
|
@ -57,4 +57,4 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
working-directory: sample-go-mod
|
||||
args: --issues-exit-code=0 ./...
|
||||
args: --timeout=3m --issues-exit-code=0 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue