Skip to content

Commit

Permalink
Update all direct dependencies (#404)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SVilgelm committed Feb 24, 2022
1 parent 423fbaf commit c675eb7
Show file tree
Hide file tree
Showing 10 changed files with 127,559 additions and 129,360 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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:
Expand All @@ -57,4 +57,4 @@ jobs:
- uses: ./
with:
working-directory: sample-go-mod
args: --issues-exit-code=0 ./...
args: --timeout=3m --issues-exit-code=0 ./...
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v16
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,8 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r

## Compatibility

* `v3.0.0+` requires explicit setup-go installation step prior to using this action: `uses: actions/setup-go@v2`.
The `skip-go-installation` option has been removed.
* `v2.0.0+` works with `golangci-lint` version >= `v1.28.3`
* `v1.2.2` is deprecated due to we forgot to change the minimum version of `golangci-lint` to `v1.28.3` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
* `v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -29,7 +29,7 @@ inputs:
default: false
required: true
runs:
using: "node12"
using: "node16"
main: "dist/run/index.js"
post: "dist/post_run/index.js"
branding:
Expand Down

0 comments on commit c675eb7

Please sign in to comment.