Skip to content

IBU pre/post upgrade CSVs and seed node name validation #139

IBU pre/post upgrade CSVs and seed node name validation

IBU pre/post upgrade CSVs and seed node name validation #139

Workflow file for this run

name: Makefile CI
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
env:
SHELL: /bin/bash
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20.11
- uses: actions/checkout@v3
- name: Run lint
run: make lint