Skip to content

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

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

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

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go mod download
- run: go test ./...