From 0167a2a79d3351c74d49cf9435560f8be18545ba Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Fri, 22 Nov 2024 01:16:53 +0100 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 13febdc..be9c0dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags) - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true