Skip to content

fix: GOBIN env not set #28

fix: GOBIN env not set

fix: GOBIN env not set #28

Workflow file for this run

name: Build and test
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ^1.22
- run: go mod download
- run: make -j all
- run: make -j test