Skip to content

build(deps): bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 #48

build(deps): bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0

build(deps): bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 #48

Workflow file for this run

# See LICENSE file for copyright and license information
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...