Skip to content

fix(deps): update module github.com/data-dog/go-txdb to v0.2.0 #114

fix(deps): update module github.com/data-dog/go-txdb to v0.2.0

fix(deps): update module github.com/data-dog/go-txdb to v0.2.0 #114

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
test:
name: Test
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...