Skip to content

Bump golang.org/x/net from 0.41.0 to 0.42.0 #1566

Bump golang.org/x/net from 0.41.0 to 0.42.0

Bump golang.org/x/net from 0.41.0 to 0.42.0 #1566

name: Compatibility check
on: [push, pull_request]
permissions:
contents: read
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Build plugin
run: yarn build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime