From f01280541323eb2019313d7e70871b1df847f696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:29:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.3.0 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40803cb..99bf488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Setup Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.3.0 with: go-version-file: go.mod - name: Ensure go.mod is already tidied diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c0af34..e3b237b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162 fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.3.0 with: go-version-file: go.mod - name: Login to DockerHub