From 19f9d1829693042417f6b5b79390a182f032c34f Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:29:18 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.5 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.26.3 | 1.26.5 | --- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 16ca131b..68dc4ca4 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -6,7 +6,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" env: - GO_VERSION: 1.26.3 + GO_VERSION: 1.26.5 jobs: goreleaser: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b138dc18..e92387cb 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -26,7 +26,7 @@ permissions: contents: read env: - GO_VERSION: "1.26.3" + GO_VERSION: "1.26.5" PYTHON_VERSION: "3.14.5" TFD_VERSION: "v0.22.0" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a9078acd..390913d8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: - GO_VERSION: "1.26.3" + GO_VERSION: "1.26.5" permissions: actions: read