Skip to content

chore(deps): bump github.com/dgraph-io/badger/v4 from 4.6.0 to 4.7.0 … #641

chore(deps): bump github.com/dgraph-io/badger/v4 from 4.6.0 to 4.7.0 …

chore(deps): bump github.com/dgraph-io/badger/v4 from 4.6.0 to 4.7.0 … #641

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v7