Skip to content

chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#2139) #2328

chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#2139)

chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#2139) #2328

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- run: go version
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.5.0
args: --verbose