Skip to content

build(deps): bump github.com/dgraph-io/badger/v4 from 4.2.0 to 4.3.0 … #180

build(deps): bump github.com/dgraph-io/badger/v4 from 4.2.0 to 4.3.0 …

build(deps): bump github.com/dgraph-io/badger/v4 from 4.2.0 to 4.3.0 … #180

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
# TODO: re-enable macos-latest when the repo is public
platform: [ubuntu-latest] #, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...