ci: get golang version from modfile #31

Merged
t.behrendt merged 2 commits from ci-get-golang-from-modfile into main 2026-07-08 06:50:37 +02:00
Showing only changes of commit 7546c85688 - Show all commits
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
id: version_check
run: |
NEW_VERSION=$(yq -r '.info.version' openapi.yaml)
if [ -f openapi_spec.yaml ]; then
if [ -f openapi_spec.yaml ]; then
OLD_VERSION=$(yq -r '.info.version' openapi_spec.yaml)
else
OLD_VERSION="0.0.0"