Skip to content

gomod(deps): bump github.com/buildpacks/pack from 0.36.0 to 0.36.1 #311

gomod(deps): bump github.com/buildpacks/pack from 0.36.0 to 0.36.1

gomod(deps): bump github.com/buildpacks/pack from 0.36.0 to 0.36.1 #311

Workflow file for this run

name: unit test
on:
pull_request:
paths-ignore:
- "docs/**"
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
workflow_dispatch:
jobs:
unit-tests:
name: unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"
- name: Run unit tests
run: make test