From d12512ae7f482199b6860c2f167deb257920cc51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:04:32 +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 | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index a10670e..2b4e9e3 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -45,7 +45,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -88,7 +88,7 @@ jobs: run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -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..ada2cd5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/joostlek/opentelemetry-stacktrace-processor -go 1.19 +go 1.26.2 require ( github.com/go-sourcemap/sourcemap v2.1.3+incompatible