Skip to content

chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 #123

chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0

chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 #123

Workflow file for this run

name: ♾️ Compatibility Checks
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
jobs:
check:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: projectdiscovery/actions/setup/go/compat-checks@master
with:
go-version-file: 'go.mod'