Skip to content

fix(deps): update module github.com/buildpacks/pack to v0.39.1 #460

fix(deps): update module github.com/buildpacks/pack to v0.39.1

fix(deps): update module github.com/buildpacks/pack to v0.39.1 #460

Workflow file for this run

name: Unit test CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.16'
- name: Build and test
run: "go test -v -cover ./..."