Skip to content

Commit 7a8b700

Browse files
committed
ci: fix go command wirte error
1 parent 862395e commit 7a8b700

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
@@ -67,5 +67,5 @@ jobs:
6767
- name: Build and run chlog
6868
if: ${{ matrix.go_version == 'stable' }}
6969
run: |
70-
cd cmd/chlog && go mode tidy && go install .
70+
cd cmd/chlog && go mod tidy && go install .
7171
chlog --help

0 commit comments

Comments
 (0)