Skip to content

Bump golang version #69

Bump golang version

Bump golang version #69

Workflow file for this run

---
name: Bump golang version
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'
permissions:
pull-requests: write
contents: write
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Git
uses: elastic/apm-pipeline-library/.github/actions/setup-git@current
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0
- name: Run Updatecli
env:
GITHUB_TOKEN: ${{ github.token }}
run: updatecli apply --config ./.buildkite/bump-golang.yml