Skip to content

Bump github.com/couchbase/gocb/v2 from 2.9.2 to 2.9.3 #190

Bump github.com/couchbase/gocb/v2 from 2.9.2 to 2.9.3

Bump github.com/couchbase/gocb/v2 from 2.9.2 to 2.9.3 #190

Workflow file for this run

---
name: linters
on:
workflow_call:
pull_request:
branches:
- main
permissions:
actions: write
pull-requests: write
statuses: write
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: false
VALIDATE_GO_MODULES: false