Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#1673) #122

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#1673)

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#1673) #122

Workflow file for this run

name: Release drafter
# Runs when changes are pushed
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into any tracked branch
- uses: release-drafter/release-drafter@v5
with:
config-name: release-config.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}