Skip to content

fix(deps): bump golang.org/x/crypto from 0.26.0 to 0.30.0 #403

fix(deps): bump golang.org/x/crypto from 0.26.0 to 0.30.0

fix(deps): bump golang.org/x/crypto from 0.26.0 to 0.30.0 #403

Workflow file for this run

---
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5.1.0
with:
go-version: '1.23'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: "latest"
args: "--timeout=30m"