Skip to content

test(all): Update import paths due to renaming of drivertest #10

test(all): Update import paths due to renaming of drivertest

test(all): Update import paths due to renaming of drivertest #10

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1