From 9821fe36a126904161de09c38e30078e7ecc5dc8 Mon Sep 17 00:00:00 2001 From: annakhm <32882380+annakhm@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:05:55 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd73ba78a..e7cf37477 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' -