Skip to content

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

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 #20

Workflow file for this run

name: Go Lint
on:
push:
pull_request:
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6