From 3e394fa4b739873825fb6d3e66e58dcd5697f079 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 18 Sep 2025 00:14:05 +0800 Subject: [PATCH] fix: update Go version to 1.24 in Windows job --- .github/workflows/template-sign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index b15298cdd4c..bb4f11f4350 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.21' + go-version: '1.24' - name: Install Nuclei run: |