Skip to content

Bump io.zipkin.reporter2:zipkin-reporter-bom from 2.16.3 to 3.4.2 #905

Bump io.zipkin.reporter2:zipkin-reporter-bom from 2.16.3 to 3.4.2

Bump io.zipkin.reporter2:zipkin-reporter-bom from 2.16.3 to 3.4.2 #905

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify