Skip to content

chore(deps): bump github.com/containers/image/v5 from 5.21.1 to 5.30.1 in the go_modules group across 1 directory #165

chore(deps): bump github.com/containers/image/v5 from 5.21.1 to 5.30.1 in the go_modules group across 1 directory

chore(deps): bump github.com/containers/image/v5 from 5.21.1 to 5.30.1 in the go_modules group across 1 directory #165

Workflow file for this run

name: pull-cli-build
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
cli-build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout Kyma CLI
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run CLI Build
run: make build