Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group (… #24

Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group (…

Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group (… #24

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
changelog:
permissions:
contents: write
pull-requests: write
name: Changelog
runs-on: ubuntu-latest
steps:
- name: Update Changelog
uses: release-drafter/release-drafter@v6
with:
config-name: release.yaml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}