Skip to content

chore(deps): bump github.com/vmware-tanzu/carvel-ytt from 0.45.4 to 0.46.0 #1112

chore(deps): bump github.com/vmware-tanzu/carvel-ytt from 0.45.4 to 0.46.0

chore(deps): bump github.com/vmware-tanzu/carvel-ytt from 0.45.4 to 0.46.0 #1112

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint/ci