Skip to content

build(deps): Bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.5.0 in /envoy #3098

build(deps): Bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.5.0 in /envoy

build(deps): Bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.5.0 in /envoy #3098

Workflow file for this run

name: golangci-lint
permissions:
contents: read
on: [push, pull_request]
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
with:
version: latest
only-new-issues: false
# Optional: golangci-lint command line arguments.
args: --verbose