Skip to content

Commit

Permalink
ci: checkout submodule (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess authored May 2, 2024
1 parent 8a559f3 commit eee4539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version-file: "backend/alloy/go.mod"
Expand Down
4 changes: 2 additions & 2 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"os"
"time"

"github.com/grafana/alloy/converter"
"github.com/grafana/alloy/converter/diag"
"github.com/grafana/alloy/internal/converter"
"github.com/grafana/alloy/internal/converter/diag"
"github.com/rs/cors"
)

Expand Down

0 comments on commit eee4539

Please sign in to comment.