From 2955b2ee5c4ef239c2c6c62e353f132817c761ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:43:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linting.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index a10670e..2b69087 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -111,7 +111,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.19.13 - name: Run golangci-lint uses: golangci/golangci-lint-action@v3.7.1 diff --git a/go.mod b/go.mod index 1957760..0d9f61f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/joostlek/opentelemetry-stacktrace-processor -go 1.19 +go 1.25.6 require ( github.com/go-sourcemap/sourcemap v2.1.3+incompatible