Skip to content

feat: update the error details response body content #39

feat: update the error details response body content

feat: update the error details response body content #39

Workflow file for this run

name: Lint and Test
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.4"
- name: Run Tests
run: go test -v -race ./...