Skip to content

deps(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 in /exporter/googlecloudexporter #2832

deps(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 in /exporter/googlecloudexporter

deps(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 in /exporter/googlecloudexporter #2832

name: check-formatting
on:
pull_request:
jobs:
check-fmt:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
- name: Install Tools
run: make install-tools
- name: Check Formatting
run: make check-fmt