Skip to content

Update k8s.io/utils digest to bc988d5 (#78) #18

Update k8s.io/utils digest to bc988d5 (#78)

Update k8s.io/utils digest to bc988d5 (#78) #18

Workflow file for this run

name: ProtoFs
on:
push:
# For code coverage reports
branches: [main]
paths:
- .github/workflows/protofs.yml
- protofs/*
pull_request:
branches: [main]
paths:
- .github/workflows/protofs.yml
- protofs/*
permissions:
contents: read
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: protofs/go.mod
cache-dependency-path: protofs/go.sum
- run: |
go -C protofs tool ginkgo run -r \
--github-output \
--race \
--trace