Skip to content

Bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 #31

Bump go.etcd.io/bbolt from 1.3.9 to 1.3.10

Bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 #31

Workflow file for this run

name: go
on: [push, pull_request]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- uses: codecov/codecov-action@v3.1.4
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: make lint
- run: make race