Skip to content

OTEL and Go 1.20 (#29) #8

OTEL and Go 1.20 (#29)

OTEL and Go 1.20 (#29) #8

Workflow file for this run

name: Release
# Test and create a draft release tag
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Unit Test
run: make unit_test
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: true