Skip to content

Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 #1614

Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0

Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 #1614

Workflow file for this run

name: AliECS Core
on:
pull_request:
push:
branches:
- 'master'
jobs:
control-basic-check:
name: Basic Make Check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-20.04]
go: [ '1.21.5' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{matrix.go}}
- run: (make vendor)
- run: (make)