Skip to content

Remove reference to NewQuerierConfig (#101) #395

Remove reference to NewQuerierConfig (#101)

Remove reference to NewQuerierConfig (#101) #395

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: lint
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: buildjet/setup-go@v4
with:
go-version: 1.21.5
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2