Skip to content

elasticsearch logger: change op_type to create to allow sending to Data Streams #708

elasticsearch logger: change op_type to create to allow sending to Data Streams

elasticsearch logger: change op_type to create to allow sending to Data Streams #708

Workflow file for this run

name: go lint
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
branches:
- main
jobs:
linter:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
args: --timeout 3m --verbose