Skip to content

fix: more fixes to goreleaser config #3

fix: more fixes to goreleaser config

fix: more fixes to goreleaser config #3

# Code generated by fabricator-generate-project-go
#
# Modifications in code regions will be lost during regeneration!
# region CODE_REGION(CI)
name: golang-vuln-check
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
build-go:
name: Build
uses: CestusIO/actions/.github/workflows/golang-vuln-check.yml@main
with:
actions-ref: main
#can be forced
#go-version: "~1.20"
secrets:
token: ${{ secrets.CI_TOKEN }}
# endregion