Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the all group #98

chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the all group

chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the all group #98

Workflow file for this run

name: build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
- name: Build app
run: go build main.go