Skip to content

Bump golang.org/x/crypto from 0.33.0 to 0.45.0 #378

Bump golang.org/x/crypto from 0.33.0 to 0.45.0

Bump golang.org/x/crypto from 0.33.0 to 0.45.0 #378

Workflow file for this run

name: lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0