Skip to content

fix: implement sql/driver.Pinger interface #15

fix: implement sql/driver.Pinger interface

fix: implement sql/driver.Pinger interface #15

Workflow file for this run

name: lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest