Skip to content

Bump the gomod group with 5 updates #554

Bump the gomod group with 5 updates

Bump the gomod group with 5 updates #554

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test ./...