Skip to content

[goreleaser] Switch from deprecated --rm-dist to --clean #578

[goreleaser] Switch from deprecated --rm-dist to --clean

[goreleaser] Switch from deprecated --rm-dist to --clean #578

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.20.4'
check-latest: true
- name: Verify
run: make ci