diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1429764e..705e891f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -20,7 +20,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: '1.25.5' + GO_VERSION: '1.25.6' # Minimal permissions at workflow level; write permissions granted at job level for push only permissions: diff --git a/.github/workflows/codecov-upload.yml b/.github/workflows/codecov-upload.yml index f5f803cb..034aa164 100644 --- a/.github/workflows/codecov-upload.yml +++ b/.github/workflows/codecov-upload.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: '1.25.5' + GO_VERSION: '1.25.6' NODE_VERSION: '24.12.0' permissions: diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 8dc03cfa..ae7899a1 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -15,7 +15,7 @@ permissions: checks: write env: - GO_VERSION: '1.25.5' + GO_VERSION: '1.25.6' NODE_VERSION: '24.12.0' jobs: diff --git a/.github/workflows/release-goreleaser.yml b/.github/workflows/release-goreleaser.yml index e65df938..6d74557f 100644 --- a/.github/workflows/release-goreleaser.yml +++ b/.github/workflows/release-goreleaser.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: false env: - GO_VERSION: '1.25.5' + GO_VERSION: '1.25.6' NODE_VERSION: '24.12.0' permissions: