Skip to content

fix: set RawResp to nil before JSON marshal to prevent unmarshal error #1520

fix: set RawResp to nil before JSON marshal to prevent unmarshal error

fix: set RawResp to nil before JSON marshal to prevent unmarshal error #1520

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: 1.24.x
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 5m
working-directory: .