Skip to content

build(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 #99

build(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0

build(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 #99

name: Build & Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...