Skip to content

chore(dependabot): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group #9

chore(dependabot): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group

chore(dependabot): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group #9

Workflow file for this run

name: Unit Test modulectl
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
unit-test:
name: Unit Test modulectl
runs-on: ubuntu-latest
steps:
- name: Checkout modulectl
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Unit Tests
run: make test