Skip to content

chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #16

chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1

chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #16

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Run unit tests"
run: make test