Skip to content

deps: bump the gomod-all group across 1 directory with 5 updates #188

deps: bump the gomod-all group across 1 directory with 5 updates

deps: bump the gomod-all group across 1 directory with 5 updates #188

Workflow file for this run

name: Test
on:
pull_request: {}
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"
- name: Run tests
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: "v1.14.0"
args: "test"