Skip to content

fix: body unmarshalling dependence on contentLen (#47) #51

fix: body unmarshalling dependence on contentLen (#47)

fix: body unmarshalling dependence on contentLen (#47) #51

Workflow file for this run

on: [ push, pull_request ]
name: Audit
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ^1
- name: Checkout code
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Run tests
run: go test -race ./...