Skip to content

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 #92

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 #92

Workflow file for this run

name: Continous Integration
on: [push, pull_request]
jobs:
build-and-unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.19"
- run: make build test