Skip to content

Bump golang.org/x/net from 0.48.0 to 0.49.0 #749

Bump golang.org/x/net from 0.48.0 to 0.49.0

Bump golang.org/x/net from 0.48.0 to 0.49.0 #749

Workflow file for this run

name: Plugins - CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
ci:
name: CI
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main # zizmor: ignore[unpinned-uses]
permissions:
contents: read
id-token: write
with:
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
go-version: '1.24'
golangci-lint-version: '2.1.6'