Skip to content

chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0 #49

chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0

chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0 #49

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.21.x, 1.22.x]
runs-on: ${{ matrix.platform }}
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: make build
- name: Test
run: make unit
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'latest'