Skip to content

Simplify build workflow, set up matrix publishing #51

Simplify build workflow, set up matrix publishing

Simplify build workflow, set up matrix publishing #51

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: test -z $(gofmt -l .)
- run: go build ./cmd/gokart.go