Skip to content

chore: bump the gomod group with 6 updates #1

chore: bump the gomod group with 6 updates

chore: bump the gomod group with 6 updates #1

Workflow file for this run

on:
pull_request:
branches:
- feat-multi-module-components
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run tests
run: make test-ci