We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862395e commit 7a8b700Copy full SHA for 7a8b700
1 file changed
.github/workflows/go.yml
@@ -67,5 +67,5 @@ jobs:
67
- name: Build and run chlog
68
if: ${{ matrix.go_version == 'stable' }}
69
run: |
70
- cd cmd/chlog && go mode tidy && go install .
+ cd cmd/chlog && go mod tidy && go install .
71
chlog --help
0 commit comments