Skip to content

build(deps): bump github.com/oxidecomputer/oxide.go from 0.6.0 to 0.7… #35

build(deps): bump github.com/oxidecomputer/oxide.go from 0.6.0 to 0.7…

build(deps): bump github.com/oxidecomputer/oxide.go from 0.6.0 to 0.7… #35

Workflow file for this run

---
on:
push: {}
workflow_dispatch: {}
name: Build & Test
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Build Container Image
run: make build
- name: Run Tests
run: make test