From e465b4a99496251f3afe043fcfdffa6bb5b36b59 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Mon, 20 May 2024 23:01:40 -0700 Subject: [PATCH] fix --- .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 cf37c91d7f..45aa93b077 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,7 +121,7 @@ jobs: cache-on-failure: true - name: Install go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '^1.22.1'