Skip to content

build(deps): bump rfc3161-client from 1.0.5 to 1.0.6 in /jobs/async-u… #7891

build(deps): bump rfc3161-client from 1.0.5 to 1.0.6 in /jobs/async-u…

build(deps): bump rfc3161-client from 1.0.5 to 1.0.6 in /jobs/async-u… #7891

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- "LICENSE*"
- "DOCKERFILE*"
- "**.gitignore"
- "**.md"
- "**.txt"
- ".github/ISSUE_TEMPLATE/**"
- ".github/dependabot.yml"
- "docs/**"
permissions: # set contents: read at top-level, per OpenSSF ScoreCard rule TokenPermissionsID
contents: read
jobs:
prepare:
uses: ./.github/workflows/prepare.yml
build:
needs: prepare
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.25.7"
- name: Build
run: make build/compile
- name: Registry unit tests
run: make test-cover
- name: Catalog unit tests
run: make -C catalog test-cover