fix tests

This commit is contained in:
2025-04-18 13:50:03 +02:00
parent 8472085dba
commit c1ae4b8960
8 changed files with 63 additions and 19 deletions

View File

@@ -15,6 +15,8 @@ jobs:
- name: Setup Go 1.24.x'
uses: actions/setup-go@v5
with:
cache-dependency-path: |
${{ inputs.working-directory }}/go.sum
go-version: '1.24.1'
- name: Display Go version