Skip to content

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#579) #364

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#579)

Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#579) #364

Workflow file for this run

name: "Lint code"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Lint the code"
run: make lint
- name: "Verify generate"
run: ./hack/verify-generate.sh
- name: "Verify go clean"
run: ./hack/verify-go-clean.sh