This repository was archived by the owner on Aug 28, 2025. It is now read-only.
fix(deps): update module github.com/openmfp/account-operator to v0.17… #1109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
jobs: | |
pipe: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@main | |
secrets: inherit | |
with: | |
useTask: true | |
useLocalCoverageConfig: true | |
imageTagName: ghcr.io/openmfp/kubernetes-graphql-gateway | |
coverageThresholdFile: 49 | |
coverageThresholdPackage: 63 | |
coverageThresholdTotal: 81 | |
repoVersionUpdate: openmfp/helm-charts | |