Skip to content

chore(deps)(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 #36

chore(deps)(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0

chore(deps)(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 #36

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
# Default to least-privilege; release-please opts in to write below.
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write # to create release commits and tags
pull-requests: write # to open the release-please PR
steps:
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
release-type: go
# Token is provided by Actions; only override if a fine-grained PAT is required.
token: ${{ secrets.GITHUB_TOKEN }}