Skip to content

fix(cmd/file_templates/go_cli_project): Remove tabs from .goreleaser.yml #731

fix(cmd/file_templates/go_cli_project): Remove tabs from .goreleaser.yml

fix(cmd/file_templates/go_cli_project): Remove tabs from .goreleaser.yml #731

Workflow file for this run

name: "Build"
on:
push:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
os:
- linux
- darwin
- windows
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .