We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9d001 commit 0a9bcfaCopy full SHA for 0a9bcfa
1 file changed
.github/actions/setup-deps/action.yml
@@ -39,14 +39,4 @@ runs:
39
- name: Create workspace
40
shell: bash
41
run: |
42
- cat > go.work << 'EOF'
43
- go 1.26.1
44
- use .
45
- replace (
46
- github.com/GrayCodeAI/eyrie => ../eyrie
47
- github.com/GrayCodeAI/tok => ../tok
48
- github.com/GrayCodeAI/yaad => ../yaad
49
- github.com/GrayCodeAI/inspect => ../inspect
50
- github.com/GrayCodeAI/sight => ../sight
51
- )
52
- EOF
+ printf 'go 1.26.1\n\nuse .\n\nreplace (\n\tgithub.com/GrayCodeAI/eyrie => ../eyrie\n\tgithub.com/GrayCodeAI/tok => ../tok\n\tgithub.com/GrayCodeAI/yaad => ../yaad\n\tgithub.com/GrayCodeAI/inspect => ../inspect\n\tgithub.com/GrayCodeAI/sight => ../sight\n)\n' > go.work
0 commit comments