Skip to content

Bump github.com/buildpacks/lifecycle from 0.16.4 to 0.20.3 #708

Bump github.com/buildpacks/lifecycle from 0.16.4 to 0.20.3

Bump github.com/buildpacks/lifecycle from 0.16.4 to 0.20.3 #708

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]