Skip to content

Commit c675eb7

Browse files
authored
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
1 parent 423fbaf commit c675eb7

File tree

10 files changed

+127559
-129360
lines changed

10 files changed

+127559
-129360
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: ./
3939
with:
4040
version: ${{ matrix.version }}
41-
args: --issues-exit-code=0 ./sample/...
41+
args: --timeout=3m --issues-exit-code=0 ./sample/...
4242
only-new-issues: true
4343

4444
test-go-mod-version:
@@ -57,4 +57,4 @@ jobs:
5757
- uses: ./
5858
with:
5959
working-directory: sample-go-mod
60-
args: --issues-exit-code=0 ./...
60+
args: --timeout=3m --issues-exit-code=0 ./...

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r
99

1010
## Compatibility
1111

12+
* `v3.0.0+` requires explicit setup-go installation step prior to using this action: `uses: actions/setup-go@v2`.
13+
The `skip-go-installation` option has been removed.
1214
* `v2.0.0+` works with `golangci-lint` version >= `v1.28.3`
1315
* `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))
1416
* `v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
default: false
3030
required: true
3131
runs:
32-
using: "node12"
32+
using: "node16"
3333
main: "dist/run/index.js"
3434
post: "dist/post_run/index.js"
3535
branding:

0 commit comments

Comments
 (0)