Skip to content

fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.8 #1462

fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.8

fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.8 #1462

Workflow file for this run

name: Linters
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2
args: --timeout=5m