Skip to content

Commit

Permalink
Merge branch 'main' into bump-actions-go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed Mar 18, 2024
2 parents 4e2fd3c + dfc7e40 commit 63b2302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "^1.22"

- name: Create Licenses Report
run: |
make licenses-report
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "^1.22"

- name: Install packages
run: sudo apt-get update && sudo apt-get install -y llvm clang libbpf-dev gcc-multilib linux-headers-$(uname -r)

Expand Down

0 comments on commit 63b2302

Please sign in to comment.