Skip to content

build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 #15

build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0

build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 #15

Workflow file for this run

name: main-branch
on:
push:
# run only against tags
branches:
- main
permissions:
contents: write
packages: write
# issues: write
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
integration-tests:
needs: build
uses: ./.github/workflows/test.yaml
secrets: inherit