Skip to content

chore(dependabot): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group #232

chore(dependabot): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group

chore(dependabot): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group #232

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build-modulectl:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Go setup
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: "Run 'make build'"
run: make build