diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 6d538e89..7f606f86 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.2 + GO_VERSION: 1.26.3 jobs: goreleaser: diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index e09da75a..3449a1ca 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.2" + GO_VERSION: "1.26.3" PYTHON_VERSION: "3.14.3" TFD_VERSION: "v0.22.0" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6af2865e..d033508a 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.2" + GO_VERSION: "1.26.3" permissions: actions: read