Skip to content

fix: standardize the error handling in query.go, write.go, and ping.g… #67

fix: standardize the error handling in query.go, write.go, and ping.g…

fix: standardize the error handling in query.go, write.go, and ping.g… #67

Workflow file for this run

name: go ci Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m0s