8000 Bump golang.org/x/crypto from 0.38.0 to 0.40.0 · bandprotocol/chain@87dfe53 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump golang.org/x/crypto from 0.38.0 to 0.40.0 #1453

Bump golang.org/x/crypto from 0.38.0 to 0.40.0

Bump golang.org/x/crypto from 0.38.0 to 0.40.0 #1453

Workflow file for this run

name: Golangci-lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.24.2
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5
args: --timeout=10m0s
0