Skip to content

reader: KeepPayload option #16

reader: KeepPayload option

reader: KeepPayload option #16

Workflow file for this run

---
name: build
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- run: go build ./...