fix(deps): update github.com/openfga/api/proto digest to 205c0f0 #539
This file contains 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] | |
jobs: | |
pipe: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@main | |
secrets: inherit | |
with: | |
imageTagName: ghcr.io/openmfp/account-operator | |
useTask: true | |
useLocalCoverageConfig: true | |
repoVersionUpdate: openmfp/helm-charts |