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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user