Skip to content

ci: add attestations and multi-platforms to build step #10

ci: add attestations and multi-platforms to build step

ci: add attestations and multi-platforms to build step #10

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go build
- run: go test