Skip to content

refactor: remove cache mechanism to reduce complexity (#20) #25

refactor: remove cache mechanism to reduce complexity (#20)

refactor: remove cache mechanism to reduce complexity (#20) #25

Workflow file for this run

name: build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Run GoReleaser for branch [Main]
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: -f .goreleaser.yml --snapshot --rm-dist