Skip to content

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules group #19

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules group

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules group #19

Workflow file for this run

name: Unit Test, Lint and Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: "1 1 2 * *"
permissions:
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
jobs:
build_and_test:
name: "Lint Test and Build"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test and Build
run: make build