From 11c6bcc64b0caeeec91072e88c2a492cc89442eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:39:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90e9149..913da6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v1 - name: Set up Go 1.13 - uses: actions/setup-go@v1 + uses: actions/setup-go@v6 with: go-version: 1.13 - name: Check out code into the Go module directory diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44a125c..328cb3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory