Skip to content

Commit dbb62cc

Browse files
committed
update .github/workflows/golang-ci.yml
1 parent b9b2950 commit dbb62cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/golang-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
steps:
3737
- name: checkout
3838
uses: actions/checkout@v4
39-
- name: golangci-lint
4039
run: golangci-lint run --modules-download-mode=mod
40+
env:
41+
GOLANGCI_LINT_RUN_BUILDVCS: false # 使用环境变量
42+

0 commit comments

Comments
 (0)