Skip to content

build(deps): bump github.com/elastic/elastic-agent-libs from 0.7.5 to 0.9.4 #1270

build(deps): bump github.com/elastic/elastic-agent-libs from 0.7.5 to 0.9.4

build(deps): bump github.com/elastic/elastic-agent-libs from 0.7.5 to 0.9.4 #1270

Workflow file for this run

name: check-heartbeat
on:
pull_request:
paths:
- '.github/workflows/check-heartbeat.yml'
- 'heartbeat/**'
- 'x-pack/heartbeat/**'
env:
BEAT_MODULE: 'heartbeat'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Run check/update
run: |
go install github.com/magefile/mage
make -C ${{ env.BEAT_MODULE }} check update
make check-no-changes