Skip to content

chore(deps): bump carvel.dev/ytt from 0.48.0 to 0.51.0 #642

chore(deps): bump carvel.dev/ytt from 0.48.0 to 0.51.0

chore(deps): bump carvel.dev/ytt from 0.48.0 to 0.51.0 #642

Workflow file for this run

name: run-examples
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [stable, oldstable]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Run examples
run: make test/examples