From b8b7f603ab60f5cb329c2683b22ce29c0dad227b Mon Sep 17 00:00:00 2001 From: dominikhei <[email protected]> Date: Wed, 8 Apr 2026 15:43:04 +0200 Subject: [PATCH] Changed the checksum config to the new version --- .github/workflows/go-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-release.yaml b/.github/workflows/go-release.yaml index 1878055..67781c3 100644 --- a/.github/workflows/go-release.yaml +++ b/.github/workflows/go-release.yaml @@ -23,4 +23,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.os }} goarch: ${{ matrix.arch }} - generate_checksum: true + md5sum: true + sha256sum: true