Skip to content

build(deps): bump golang.org/x/crypto in /examples/federation #73

build(deps): bump golang.org/x/crypto in /examples/federation

build(deps): bump golang.org/x/crypto in /examples/federation #73

Workflow file for this run

name: Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...