Skip to content

Bump the go-mod group with 2 updates #62

Bump the go-mod group with 2 updates

Bump the go-mod group with 2 updates #62

Workflow file for this run

name: gotest
on:
pull_request:
branches: ["**"]
jobs:
tests:
runs-on: self-hosted
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Checkout code
uses: actions/checkout@v4
- name: Run Tests with go testsum
run: make test