fix: fix tests and lintings

This commit is contained in:
Marcel_Henselin 2026-02-19 11:31:06 +01:00
parent 2aee47aa76
commit 6e1817c425
18 changed files with 61 additions and 37 deletions

View file

@ -46,7 +46,9 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
# go-version: ${{ env.GO_VERSION }}
go-version-file: 'go.mod'
cache-dependency-path: "**/*.sum"
- name: Install go tools
run: |