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 9d6c4e6 commit 4181402Copy full SHA for 4181402
.github/workflows/makefile.yml
@@ -26,7 +26,7 @@ jobs:
26
# run: make websocketd
27
28
- name: build and run websocketd
29
- run: go build
+ run: go build -buildvcs=false
30
31
- name: test
32
run: |
0 commit comments