Skip to content

Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.3.0 #688

Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.3.0

Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.3.0 #688

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/codecov-action@v3.1.4