Skip to content

Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates #13

Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates

Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates #13

Workflow file for this run

name: go-test
on:
pull_request:
branches:
- master
jobs:
build:
name: Run Go tests
runs-on:
- self-hosted
- medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...