Skip to content

Bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0 #21

Bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0

Bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0 #21

Workflow file for this run

name: Go
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
- name: Build
run: go build -v ./...