Skip to content

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #132

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #132

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- uses: brokeyourbike/go-mockery-action@v0.1
with:
mockery-version: '2.42.0'
- run: make mock
- uses: dominikh/staticcheck-action@v1
with:
version: '2023.1.6'
install-go: false