Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwenwwer authored Nov 22, 2023
1 parent 9c2f318 commit 7e0757d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

go-version: '1.19'

- name: Generate
run: go generate ./bpf/

- name: Build
run: go build -v ./...
run: go build -o ./bin/xdp-gossip ./main.go

0 comments on commit 7e0757d

Please sign in to comment.