We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410a2b4 commit aa454bdCopy full SHA for aa454bd
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Get dependencies
42
run: |
43
- go get -v -t -d ./...
+ go get -v -t -d ./... && go mod vendor
44
45
- name: Install curl on Ubuntu
46
if: matrix.os == 'ubuntu-latest'
0 commit comments