Align CI/CD example Go version to project Go 1.23.8 (merges into #7009)

This commit is contained in:
cubic-dev-ai[bot]
2025-12-15 03:01:47 +00:00
parent 30fc57a2ae
commit 15a05a07f3

View File

@@ -1768,7 +1768,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'
- name: Run Unit Tests
run: go test ./definitions/... -v