Skip to content

build(deps): bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.… #182

build(deps): bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.…

build(deps): bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.… #182

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- run: go build -v .
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5000s