api: update to go1.25.5 and remove version from Makefile

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-12-17 12:41:01 +01:00
parent b8093b76fb
commit e1fb5ef4a7
3 changed files with 8 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ jobs:
-
name: Build api module image
run: |
make build GO_VERSION=${{ env.GO_VERSION }}
make build
-
name: Validate swagger
run: |