Skip to content

chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 #250

chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1

chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 #250

Workflow file for this run

name: Go Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: true
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...