Skip to content

Migrate from Opencensus to Opentelemetry #100

Migrate from Opencensus to Opentelemetry

Migrate from Opencensus to Opentelemetry #100

Workflow file for this run

# This script is provided by github.com/bool64/dev.
name: lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
# Cancel the workflow in progress in newer build is about to start.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.11.3