Skip to content

Commit 68cf150

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 mod download && go get -v -t -d ./...
4444
4545
- name: Install curl on Ubuntu
4646
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)