Skip to content

Commit f4ca3da

Browse files
authored
Merge pull request #2672 from CortexFoundation/dev
build yml fix
2 parents 266c66c + 1e93f06 commit f4ca3da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Set up Go 1.24
20+
- name: Set up Go 1.25
2121
uses: actions/setup-go@v5.0.0
2222
with:
23-
go-version: 1.24.x
23+
go-version: 1.25.x
2424
cache: false
2525
id: go
2626

@@ -58,7 +58,7 @@ jobs:
5858
go vet $(go list ./... | grep -v /cvm-runtime/)
5959
6060
- name: Build
61-
run: make clean && make all
61+
run: make all
6262

6363
- name: CodeCov
6464
run: |

0 commit comments

Comments
 (0)