Skip to content

build(deps): bump github.com/cockroachdb/errors from 1.11.1 to 1.11.2 #337

build(deps): bump github.com/cockroachdb/errors from 1.11.1 to 1.11.2

build(deps): bump github.com/cockroachdb/errors from 1.11.1 to 1.11.2 #337

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.6
cache: false
- name: run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2