From 82a22d8b04acb66f283f15114d888464eef27145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:35:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20action:=20Bump=20actions/s?= =?UTF-8?q?etup-go=20from=205.2.0=20to=205.3.0=20in=20the=20all-dependenci?= =?UTF-8?q?es=20group=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b3e670..218f56f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-go@v5.2.0 + - uses: actions/setup-go@v5.3.0 with: go-version-file: 'go.mod' cache: true