chore: update all CI builds to use latest stable Go release. Also update some of the actions to their latest releases.

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-10-14 20:30:22 +02:00
committed by Ron Evans
parent 562b4c5020
commit faf455283d
7 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run: |
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # fetch all history (no sparse checkout)
submodules: true