Skip to content

Add support escape special characters in InfluxDB Line #731

Add support escape special characters in InfluxDB Line

Add support escape special characters in InfluxDB Line #731

Workflow file for this run

name: static-check
on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- id: install_go
uses: WillAbides/[email protected]
with:
go-version: "1.20.x"
- uses: dominikh/[email protected]
with:
install-go: false
version: "2023.1.3"