Skip to content

Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1 #571

Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1

Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1 #571

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 8 1 * *' # run "At 08:00 on day-of-month 1"
permissions:
contents: read
jobs:
run:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: 'stable'
check-latest: true
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- run: go mod tidy -diff
- run: go mod download
- run: go mod verify
- run: go build -o /dev/null ./...
docker:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- run: docker build --progress=plain -t github.com/alexandear/import-gitlab-commits:ci .
- name: Smoke test binary
run: |
docker run --rm github.com/alexandear/import-gitlab-commits:ci --help