Skip to content

Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1168) #2582

Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1168)

Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1168) #2582

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: v1.59
- name: Run go vet
run: |
go vet ./...