Skip to content

Update go to 1.21, build for all platforms (#23) #55

Update go to 1.21, build for all platforms (#23)

Update go to 1.21, build for all platforms (#23) #55

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