Skip to content

Commit

Permalink
Merge branch 'release/0.31.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 2, 2025
2 parents 08c2b0f + 454d469 commit f2d4348
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ jobs:
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: Get auth token
id: token
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
with:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # [email protected]
with:
github-token: ${{ steps.token.outputs.token }}
version: v1.62
only-new-issues: true
args: --timeout=10m
Expand Down
2 changes: 1 addition & 1 deletion echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.5.9
github.com/labstack/echo/v4 v4.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion fasthttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.5.9
github.com/valyala/fasthttp v1.52.0
)
Expand Down
2 changes: 1 addition & 1 deletion fiber/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/gofiber/fiber/v2 v2.52.5
github.com/google/go-cmp v0.5.9
)
Expand Down
2 changes: 1 addition & 1 deletion gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/gin-gonic/gin v1.9.1
github.com/google/go-cmp v0.5.9
)
Expand Down
2 changes: 1 addition & 1 deletion iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.5.9
github.com/kataras/iris/v12 v12.2.0
)
Expand Down
2 changes: 1 addition & 1 deletion logrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.6.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
2 changes: 1 addition & 1 deletion negroni/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.5.9
github.com/urfave/negroni/v3 v3.1.1
)
Expand Down
2 changes: 1 addition & 1 deletion otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/google/go-cmp v0.5.9
go.opentelemetry.io/otel v1.11.0
go.opentelemetry.io/otel/sdk v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// The version of the SDK.
const SDKVersion = "0.31.0"
const SDKVersion = "0.31.1"

// apiVersion is the minimum version of the Sentry API compatible with the
// sentry-go SDK.
Expand Down
2 changes: 1 addition & 1 deletion slog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/getsentry/sentry-go => ../

require (
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/getsentry/sentry-go => ../

require (
github.com/buger/jsonparser v1.1.1
github.com/getsentry/sentry-go v0.31.0
github.com/getsentry/sentry-go v0.31.1
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
)
Expand Down

0 comments on commit f2d4348

Please sign in to comment.