Skip to content

rebase: bump github.com/ceph/go-ceph from 0.24.1-0.20231116190858-df112a417d31 to 0.25.0 #7643

rebase: bump github.com/ceph/go-ceph from 0.24.1-0.20231116190858-df112a417d31 to 0.25.0

rebase: bump github.com/ceph/go-ceph from 0.24.1-0.20231116190858-df112a417d31 to 0.25.0 #7643

Workflow file for this run

---
name: go-test
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: go-test
run: make containerized-test TARGET=go-test
go-test-api:
name: go-test-api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: go-test-api
run: make containerized-test TARGET=go-test-api