Skip to content

update golinstor for LINSTOR 1.26.0 #451

update golinstor for LINSTOR 1.26.0

update golinstor for LINSTOR 1.26.0 #451

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: go test ./...