Skip to content

chore(deps): bump the gomod group across 1 directory with 2 updates #281

chore(deps): bump the gomod group across 1 directory with 2 updates

chore(deps): bump the gomod group across 1 directory with 2 updates #281

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test-go:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: stable
- run: go test -v ./...