Skip to content

update goreleaser configuration to version 2 #67

update goreleaser configuration to version 2

update goreleaser configuration to version 2 #67

Workflow file for this run

name: test, scan and release
on: [push]
jobs:
go-test-scan:
uses: jreisinger/github-actions/.github/workflows/go-test-scan.yml@main
go-release:
needs:
- go-test-scan
uses: jreisinger/github-actions/.github/workflows/go-release.yml@main