Skip to content

chore(deps): bump the gomod group across 1 directory with 9 updates #889

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

chore(deps): bump the gomod group across 1 directory with 9 updates #889

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: stable
- run: go test -v ./...