Skip to content

Upgraded golang.org/x/net to v0.33.0 #10

Upgraded golang.org/x/net to v0.33.0

Upgraded golang.org/x/net to v0.33.0 #10

name: Build and release binary
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
build-release-binary:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
- name: Build and release binary
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}