From b0573bc69d728e86294788e54721f25a8c7cf317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:04:09 +0000 Subject: [PATCH] Update actions/setup-go action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba8093..704fb03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Golang Environment - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 293807a..9f29c0c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Golang Environment - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: stable