Skip to content

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

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 #3382

name: check-x-pack-metricbeat
on:
pull_request:
paths:
- '.github/workflows/check-xpack-metricbeat.yml'
- 'x-pack/metricbeat/**'
- 'metricbeat/**'
env:
BEAT_MODULE: 'x-pack/metricbeat'
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