Skip to content

Update module github.com/opentracing-contrib/go-grpc to v0.1.0 #35

Update module github.com/opentracing-contrib/go-grpc to v0.1.0

Update module github.com/opentracing-contrib/go-grpc to v0.1.0 #35

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches:
- master
defaults:
run:
shell: bash
concurrency:
group: ${{ github.ref_name }}-ci
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run Unit Tests
run: go test ./... -race -shuffle=on -v
draft-release:
runs-on: ubuntu-24.04
if: github.event_name != 'pull_request'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: lucacome/[email protected]
with:
minor-label: "enhancement"
major-label: "change"
collapse-after: 20