Skip to content

Bump the security group with 7 updates #37

Bump the security group with 7 updates

Bump the security group with 7 updates #37

Workflow file for this run

name: unit-tests
on:
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run unit tests
run: |
make test