From 1cdc804e2161c1ab818a276c926bc890ad4008eb Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:11:46 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.6 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.26.5 | 1.26.6 | --- .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 3ce39f29..cad7dc0d 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.5 + GO_VERSION: 1.26.6 jobs: goreleaser: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 7422896f..041b684c 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.5" + GO_VERSION: "1.26.6" PYTHON_VERSION: "3.14.7" TFD_VERSION: "v0.22.0" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e003e74f..0f2cd6d2 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.5" + GO_VERSION: "1.26.6" permissions: actions: read