Skip to content

feat(deps): update module golang.org/x/crypto ( v0.31.0 → v0.32.0 ) #91

feat(deps): update module golang.org/x/crypto ( v0.31.0 → v0.32.0 )

feat(deps): update module golang.org/x/crypto ( v0.31.0 → v0.32.0 ) #91

Workflow file for this run

name: Handle Push to Main Branch
# https://dev.to/koddr/github-action-for-release-your-go-projects-as-fast-and-easily-as-possible-20a2
# https://github.com/orgs/community/discussions/25244
on:
push:
branches:
- main
jobs:
tests:
permissions:
contents: read
pull-requests: read
checks: write
uses: ./.github/workflows/tests.yaml
build-and-push:
needs: tests
uses: ./.github/workflows/docker-image.yaml
with:
push: true
suffix: -dev