Skip to content

Bump golang.org/x/crypto from 0.27.0 to 0.31.0 #656

Bump golang.org/x/crypto from 0.27.0 to 0.31.0

Bump golang.org/x/crypto from 0.27.0 to 0.31.0 #656

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- name: Run Lint
run: make lint