From 977cf825b35fcd4044ed97470bdb299a0cdfef62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:22:29 +0000 Subject: [PATCH] Bump actions/setup-go from 5.4.0 to 6.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.4.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-reusable.yaml | 2 +- .github/workflows/test-coverage-reusable.yaml | 2 +- .github/workflows/test-reusable.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-reusable.yaml b/.github/workflows/lint-reusable.yaml index e07a9e2..b2c4e31 100644 --- a/.github/workflows/lint-reusable.yaml +++ b/.github/workflows/lint-reusable.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🛠 Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v6.2.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/test-coverage-reusable.yaml b/.github/workflows/test-coverage-reusable.yaml index 4ce4830..46aa04f 100644 --- a/.github/workflows/test-coverage-reusable.yaml +++ b/.github/workflows/test-coverage-reusable.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🧰 Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v6.2.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/test-reusable.yaml b/.github/workflows/test-reusable.yaml index 0a63290..e5f4c2f 100644 --- a/.github/workflows/test-reusable.yaml +++ b/.github/workflows/test-reusable.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🛠 Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v6.2.0 with: go-version: ${{ inputs.go-version }} cache: false