Skip to content

Commit

Permalink
Add missing workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Dec 16, 2024
1 parent 840d8dd commit eaf330e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
- id: set-modules
run: echo "modules=$(go list -m -json | jq -s '.' | jq -c '[.[].Dir]')" >> $GITHUB_OUTPUT

- run: echo $GITHUB_OUTPUT

- run: echo "$(go list -m -json)"

- run: echo "$(go list -m -json | jq -s '.')

- run: echo "$(go list -m -json | jq -s '.' | jq -c '[.[].Dir]')"

go-lint:
needs: detect-go-modules
container:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ecal-go
# vendor/

# Go workspace file
go.work
go.work.sum

# env file
Expand Down
6 changes: 6 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
go 1.23.3

use (
.
./cmd
)

0 comments on commit eaf330e

Please sign in to comment.