Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.18.0 #115

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.18.0 #115

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start docker services
run: |
cd fs/testdata
docker compose up -d
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.25.x
- name: test
run: make test