Skip to content

udpatecli: support bump golang for 7.17 (#13559) #79

udpatecli: support bump golang for 7.17 (#13559)

udpatecli: support bump golang for 7.17 (#13559) #79

Workflow file for this run

---
name: bump-golang
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'
permissions:
contents: read
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: elastic/oblt-actions/updatecli/[email protected]
with:
command: --experimental apply --config .ci/bump-golang.yml
env:
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
GITHUB_BRANCH: 'main'
<<<<<<< HEAD

Check failure on line 26 in .github/workflows/bump-golang.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump-golang.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
- if: ${{ failure() }}
uses: elastic/oblt-actions/slack/[email protected]
=======
bump-7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: '7.17'
- uses: elastic/oblt-actions/updatecli/[email protected]
with:
command: --experimental apply --config .ci/bump-golang.yml
env:
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
GITHUB_BRANCH: '7.17'
notify:
runs-on: ubuntu-latest
needs: [bump, bump-7]
if: always()
steps:
- id: check
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
with:
needs: ${{ toJSON(needs) }}
- if: ${{ steps.check.outputs.isSuccess == 'false' }}
uses: elastic/oblt-actions/slack/[email protected]
>>>>>>> 6e8f87116 (udpatecli: support bump golang for 7.17 (#13559))
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-server"
message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"