mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
Align CI/CD example Go version to project Go 1.23.8 (merges into #7009)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user