From 0bd3c836968eac9991bd12a1d5e46f39d928a2eb Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:47:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.4 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.26.3 | 1.26.4 | --- .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 2107014d..8ce2040b 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.4 jobs: goreleaser: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index f52beb9b..343e97ed 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.4" PYTHON_VERSION: "3.14.5" TFD_VERSION: "v0.22.0" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d033508a..81e484f7 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.4" permissions: actions: read