From 7ca9f795f78f9a08ad3d075a53777b2012ebfc70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:41:23 +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..7314889 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/joostlek/opentelemetry-stacktrace-processor -go 1.19 +go 1.26.1 require ( github.com/go-sourcemap/sourcemap v2.1.3+incompatible