We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 266c66c + 1e93f06 commit f4ca3daCopy full SHA for f4ca3da
1 file changed
.github/workflows/go.yml
@@ -17,10 +17,10 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - name: Set up Go 1.24
+ - name: Set up Go 1.25
21
uses: actions/setup-go@v5.0.0
22
23
- go-version: 1.24.x
+ go-version: 1.25.x
24
cache: false
25
id: go
26
@@ -58,7 +58,7 @@ jobs:
58
go vet $(go list ./... | grep -v /cvm-runtime/)
59
60
- name: Build
61
- run: make clean && make all
+ run: make all
62
63
- name: CodeCov
64
run: |
0 commit comments