Skip to content

chore(deps): update module github.com/openmcp-project/landscaper to v1.0.3 #17

chore(deps): update module github.com/openmcp-project/landscaper to v1.0.3

chore(deps): update module github.com/openmcp-project/landscaper to v1.0.3 #17

Workflow file for this run

name: CI
on:
push:
tags:
- v*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version-file: go.mod
- name: make revendor
run: make revendor
- name: make build
run: make build
- name: make verify
run: make verify
- name: make test
run: make test