Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 (#13) #22

Bump golang.org/x/net from 0.17.0 to 0.23.0 (#13)

Bump golang.org/x/net from 0.17.0 to 0.23.0 (#13) #22

Workflow file for this run

name: Release
on:
push:
branches: main
paths:
- '**.go'
- 'go.*'
- 'Makefile'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: ^1.18
- run: |
make build
git tag v$(./new-release-version)
- name: Release
uses: goreleaser/goreleaser-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
args: release --rm-dist