Skip to content

fix(deps): update kubernetes packages to v0.32.0 #443

fix(deps): update kubernetes packages to v0.32.0

fix(deps): update kubernetes packages to v0.32.0 #443

Workflow file for this run

name: Test
on:
push:
branches:
- master
tags-ignore:
- "*"
paths-ignore:
- charts/**
- docs/**
pull_request:
branches:
- master
paths-ignore:
- charts/**
- docs/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test
- name: Run integration tests
run: make install:zfs test:integration