Skip to content

Execute kind build node-image on the remote #5

Execute kind build node-image on the remote

Execute kind build node-image on the remote #5

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- run: go test -v ./...
- run: go install .