Skip to content

Update vulnerable golang.org/x dependencies (#311) #6

Update vulnerable golang.org/x dependencies (#311)

Update vulnerable golang.org/x dependencies (#311) #6

Workflow file for this run

---
name: goreleaser
on:
push:
tags: ['*']
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@v6
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean
workdir: .
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}