Skip to content

Make versions section load everything concurrently #16

Make versions section load everything concurrently

Make versions section load everything concurrently #16

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: test -z $(gofmt -l .)
- run: go build ./cmd/gokart.go