Skip to content

chore(bpf): Optimize BPF attachment by skipping netdev hooks when not… #23

chore(bpf): Optimize BPF attachment by skipping netdev hooks when not…

chore(bpf): Optimize BPF attachment by skipping netdev hooks when not… #23

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
tags:
- v*
jobs:
goreleaser:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.23.2'
env:
GOPATH: ${{ env.HOME }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
with:
version: '~> v2'
args: release --clean -p 1
env:
GOPATH: ${{ env.HOME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}