Skip to content

Fix agent panic on prometheus_text metric parsing #1056

Fix agent panic on prometheus_text metric parsing

Fix agent panic on prometheus_text metric parsing #1056

Workflow file for this run

name: static-check
on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
env:
GO_VERSION: 1.26.3
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.26.3"
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2025.1.1"
install-go: false
cache-key: "1.26.3"
env:
GO_VERSION: 1.26.3