Skip to content

[Automation][7.17] Bump Golang version to 1.21.10 #1185

[Automation][7.17] Bump Golang version to 1.21.10

[Automation][7.17] Bump Golang version to 1.21.10 #1185

Workflow file for this run

name: check-dev-tools
on:
pull_request:
paths:
- '.github/workflows/check-dev-tools.yml'
- 'dev-tools/**'
- 'libbeat/scripts/Makefile'
env:
BEAT_MODULE: 'dev-tools'
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