Skip to content

Bump go.etcd.io/bbolt from 1.3.9 to 1.3.11 #254

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

Bump go.etcd.io/bbolt from 1.3.9 to 1.3.11 #254

Workflow file for this run

name: go
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.3.0
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: make lint
- run: make race