Skip to content

fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.21.0 - autoclosed #78

fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.21.0 - autoclosed

fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.21.0 - autoclosed #78

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Vet
run: go vet ./...
- name: Lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: v2.12.2
- name: Test
run: go test ./...