Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.19.0 #96

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

chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.19.0 #96

Workflow file for this run

name: Run Go unit tests
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
run-unit-tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Audit GitHub actions
uses: cybrota/scharf-action@c0d0eb13ca383e5a3ec947d754f61c9e61fab5ba
with:
raise-error: true
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: ">=1.24"
- name: Run tests
run: |
go mod download
go test ./...