Skip to content

Commit

Permalink
Fix PR checks
Browse files Browse the repository at this point in the history
Fix PR checks
  • Loading branch information
orsenthil authored Oct 9, 2024
1 parent 16a8c7e commit 85816f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.23"
- name: Set up tools
run: |
go install golang.org/x/lint/golint@latest
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.23"
- name: Set up BPF
run: |
sudo apt-get install libbpf-dev
Expand Down

0 comments on commit 85816f8

Please sign in to comment.