Skip to content

Bump github.com/container-storage-interface/spec from 1.8.0 to 1.9.0 #397

Bump github.com/container-storage-interface/spec from 1.8.0 to 1.9.0

Bump github.com/container-storage-interface/spec from 1.8.0 to 1.9.0 #397

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@v4
with:
go-version: '1.20'
- run: go test ./...