Skip to content

Commit

Permalink
ci(compliance): setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2023
1 parent 8e166ac commit 7859978
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
PromQL:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: stable
cache: false
- uses: actions/checkout@v4
- name: Start
run: docker compose up -d
Expand Down

0 comments on commit 7859978

Please sign in to comment.