Skip to content

Bump node-forge from 1.3.2 to 1.4.0 in /docs/benchmark-app #333

Bump node-forge from 1.3.2 to 1.4.0 in /docs/benchmark-app

Bump node-forge from 1.3.2 to 1.4.0 in /docs/benchmark-app #333

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6.1
- name: golangci-lint (constantTime)
uses: golangci/golangci-lint-action@v9
with:
version: v2.6.1
args: --build-tags=constantTime