Skip to content

Delete v8, fix v9-10 and v11 #1624

Delete v8, fix v9-10 and v11

Delete v8, fix v9-10 and v11 #1624

Workflow file for this run

name: Smart Node Unit Tests
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.25.1
cache-dependency-path: go.work.sum
- run: make test