Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 #240

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1

chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 #240

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
uses: charmbracelet/meta/.github/workflows/build.yml@main
snapshot:
uses: charmbracelet/meta/.github/workflows/snapshot.yml@main
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1
- name: Test
run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt