Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Bump golang version #32

Bump golang version

Bump golang version #32

Workflow file for this run

---
name: Bump golang version
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'
permissions:
contents: read
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: elastic/apm-pipeline-library/.github/actions/updatecli@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ./.ci/bump-golang.yml