We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9ffc4 commit 4ad9e92Copy full SHA for 4ad9e92
.github/workflows/pre.yml
@@ -27,6 +27,7 @@ jobs:
27
if: runner.os != 'Windows'
28
run: |
29
ls -la ~/go/pkg/mod || echo "Directory does not exist"
30
+ chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build ~/.cache/golangci-lint ~/.cache/buf || true
31
rm -rf ~/.cache/go-build ~/go/pkg/mod || true
32
shell: bash
33
0 commit comments