Skip to content

Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in the go_modules group #29

Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in the go_modules group

Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in the go_modules group #29

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}