Skip to content

Bump github.com/getsentry/sentry-go from 0.24.1 to 0.29.1 #65

Bump github.com/getsentry/sentry-go from 0.24.1 to 0.29.1

Bump github.com/getsentry/sentry-go from 0.24.1 to 0.29.1 #65

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- run: make test
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- run: make coverage
- run: bash <(curl -s https://codecov.io/bash)