Feat/add sqlserver user (#8)

fix: correct wrong import

---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
Marcel S. Henselin 2025-12-19 12:00:51 +01:00 committed by GitHub
parent 70db08f43f
commit db080dc89a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 366 additions and 791 deletions

View file

@ -8,7 +8,7 @@ on:
- main
env:
GO_VERSION: "1.25"
GO_VERSION: "1.24"
CODE_COVERAGE_FILE_NAME: "coverage.out" # must be the same as in Makefile
CODE_COVERAGE_ARTIFACT_NAME: "code-coverage"
@ -34,6 +34,10 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
run: ./scripts/check-docs.sh
- name: "Run go mod tidy"
if: ${{ github.event_name == 'pull_request' }}
run: go mod tidy
- name: Lint
run: make lint