Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

build(deps): bump golang from 1.21.6 to 1.22.0 #267

build(deps): bump golang from 1.21.6 to 1.22.0

build(deps): bump golang from 1.21.6 to 1.22.0 #267

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}