Chore: Use go-version-file again instead of an explicit version (#112644)

* use go-version-file again instead of an explicit version

* try setup-to 6.0.0
This commit is contained in:
Serge Zaitsev
2025-10-20 16:21:44 +02:00
committed by GitHub
parent dd6f9bcac9
commit c95b057cdc
+2 -5
View File
@@ -46,12 +46,9 @@ jobs:
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@v5.5.0
uses: actions/setup-go@v6.0.0
with:
# Explicitly set Go version to 1.24.1 to ensure consistent OpenAPI spec generation
# The crypto/x509 package has additional fields in Go 1.24.1 that affect the generated specs
# This ensures the GHAs environment matches what we use in the Drone pipeline
go-version: 1.24.1
go-version-file: go.mod
cache: true
- name: Verify code generation