Skip to content

build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#148) #29

build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#148)

build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#148) #29

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