[cve-fix] Bump up GO version to fix cve in stdlib pkg (#1264) #4021
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: AI Services | |
| on: | |
| push: | |
| paths: | |
| - 'ai-services/**' | |
| branches: | |
| - main | |
| - 'release-*' | |
| pull_request: | |
| paths: | |
| - 'ai-services/**' | |
| - .github/workflows/ai-services-image.yml | |
| branches: | |
| - main | |
| - 'release-*' | |
| concurrency: | |
| group: "${{ github.workflow }}-${{ github.ref }}" | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| jobs: | |
| build-publish-image: | |
| name: Build and Publish Image | |
| uses: ./.github/workflows/build-and-publish-image.yml | |
| with: | |
| working-directory: 'ai-services' | |
| secrets: inherit | |
| scan: | |
| uses: ./.github/workflows/scanner.yml | |
| with: | |
| path: 'ai-services' | |
| image: 'ai-services' |