Skip to content

Commit 7eccf8b

Browse files
committed
golang: ci: adjust cache
1 parent d94dd69 commit 7eccf8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/golang.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: '1.25'
19+
cache-dependency-path: |
20+
runtime/golang/helloworld/go.sum
1921
2022
- name: Install libuuid1 uuid-dev
2123
run: |
@@ -30,7 +32,8 @@ jobs:
3032
- name: Build
3133
run: |
3234
cd runtime/golang/helloworld
33-
go build -v
35+
go build
36+
./helloworld
3437
3538
- name: Test
3639
run: |

0 commit comments

Comments
 (0)