Skip to content

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #73

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

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #73

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./... -v