Skip to content

build(deps): Bump golang.org/x/crypto from 0.13.0 to 0.14.0 #698

build(deps): Bump golang.org/x/crypto from 0.13.0 to 0.14.0

build(deps): Bump golang.org/x/crypto from 0.13.0 to 0.14.0 #698

Workflow file for this run

name: generate
on: pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- run: go generate ./...
- run: git add --intent-to-add .
- run: git diff --exit-code