Skip to content

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

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

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

Workflow file for this run

---
name: Lint
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.56.0