chore: pipeline adjustments
Some checks failed
CI / lint (push) Failing after 5m16s
CI / release (push) Successful in 7m23s

This commit is contained in:
Marcel S. Henselin 2026-04-17 16:30:34 +02:00
parent 68c1f11a5c
commit 49fa812459
2 changed files with 9 additions and 1 deletions

View file

@ -25,7 +25,9 @@ jobs:
- name: Setup GO
uses: actions/setup-go@v6
with:
go-version: 1.26
# go-version: 1.26
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: GO Linting
uses: golangci/golangci-lint-action@v9