Skip to content

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 #570

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 #570

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go mod download
- run: .github/workflows/check-fmt
- run: .github/workflows/check-generate