fix: sql server flavor handling #114

Merged
marcel.henselin merged 8 commits from fix/exmaples_and_samples_fixing into main 2026-05-20 19:34:49 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1a4623f218 - Show all commits

View file

@ -20,7 +20,7 @@ on:
- '!.github'
env:
GO_VERSION: "1.25"
GO_VERSION: "1.26"
CODE_COVERAGE_FILE_NAME: "coverage.out" # must be the same as in Makefile
CODE_COVERAGE_ARTIFACT_NAME: "code-coverage"

View file

@ -10,7 +10,7 @@ on:
- 'v*'
env:
GO_VERSION: "1.25"
GO_VERSION: "1.26"
CODE_COVERAGE_FILE_NAME: "coverage.out" # must be the same as in Makefile
CODE_COVERAGE_ARTIFACT_NAME: "code-coverage"