Skip to content

fix(echo): avoid duplicated body response #14

fix(echo): avoid duplicated body response

fix(echo): avoid duplicated body response #14

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
- uses: actions/checkout@v3
- run: go vet ./...
- uses: golangci/[email protected]
with:
version: latest
skip-build-cache: true
skip-pkg-cache: true
- run: go test -race ./...