Skip to content

Commit

Permalink
chore: setup go later
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 9, 2024
1 parent 2e958fc commit 9bb0ff4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
matrix:
part: ["00", "01", "02", "03", "04", "05"]
steps:
- uses: actions/[email protected]
with:
go-version: "1.23.2"
- uses: actions/checkout@v4

- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand All @@ -28,9 +26,15 @@ jobs:
go.sum
Makefile
- uses: actions/[email protected]
if: env.GIT_DIFF
with:
go-version: "1.23.2"

- name: Install libpcap
if: env.GIT_DIFF
run: sudo apt-get install --yes libpcap-dev

- uses: ./.github/actions/bls
name: Install BLS library
if: env.GIT_DIFF
Expand Down

0 comments on commit 9bb0ff4

Please sign in to comment.