Skip to content

refatct(kernal): change *kernel.ApplicationInterface to kernel.Applic… #1390

refatct(kernal): change *kernel.ApplicationInterface to kernel.Applic…

refatct(kernal): change *kernel.ApplicationInterface to kernel.Applic… #1390

Workflow file for this run

name: Go Build
on: [ push ]
jobs:
build-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Build
run: make build