Skip to content

chore(dependencies): bump golang.org/x/net from 0.18.0 to 0.23.0 (#267) #86

chore(dependencies): bump golang.org/x/net from 0.18.0 to 0.23.0 (#267)

chore(dependencies): bump golang.org/x/net from 0.18.0 to 0.23.0 (#267) #86

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.RELEASE_BOT }}