Skip to content

Commit aa454bd

Browse files
author
zhanglei
committed
fix: 修复go 依赖下载
1 parent 410a2b4 commit aa454bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Get dependencies
4242
run: |
43-
go get -v -t -d ./...
43+
go get -v -t -d ./... && go mod vendor
4444
4545
- name: Install curl on Ubuntu
4646
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)