Skip to content

Bump github.com/open-telemetry/opamp-go from 0.15.0 to 0.19.0 #90

Bump github.com/open-telemetry/opamp-go from 0.15.0 to 0.19.0

Bump github.com/open-telemetry/opamp-go from 0.15.0 to 0.19.0 #90

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-24.04
env:
VERSION: v0.10.0
steps:
- uses: actions/checkout@v4
- name: shellcheck ci scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: ".ci"
severity: warning
version: ${{ env.VERSION }}
- name: shellcheck hack scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: "hack"
severity: warning
version: ${{ env.VERSION }}