Skip to content

Commit

Permalink
Fix licenses go
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed Mar 18, 2024
1 parent e000db3 commit dfc7e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "^1.19"
go-version: "^1.21"

- name: Create Licenses Report
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "^1.19"
go-version: "^1.21"

- 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 dfc7e40

Please sign in to comment.