Skip to content

chore(deps): bump github.com/cyphera-labs/cyphera-go from 0.0.1-alpha.1 to 0.0.1-alpha.2 #11

chore(deps): bump github.com/cyphera-labs/cyphera-go from 0.0.1-alpha.1 to 0.0.1-alpha.2

chore(deps): bump github.com/cyphera-labs/cyphera-go from 0.0.1-alpha.1 to 0.0.1-alpha.2 #11

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request: { branches: [main] }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with: { go-version: "1.22" }
- run: go build ./...
- run: go vet ./...