Skip to content

refactor: move devlink binary to bin and update assets folder #11

refactor: move devlink binary to bin and update assets folder

refactor: move devlink binary to bin and update assets folder #11

Workflow file for this run

name: Go CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.x'
- name: Build
run: go build ./...