Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaveTheRbtz committed Aug 2, 2024
1 parent 0d60cda commit 301c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go get .
- name: go work
run: |
if [ "${{ matrix.dir }} " == "pkg" ]; then
if [ "${{ matrix.dir }}" == "pkg" ]; then
echo "Skipping go workspace for ${{ matrix.dir }}"
rm -f go.work*
exit 0
Expand Down

0 comments on commit 301c94b

Please sign in to comment.