Skip to content

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

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

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- 'master'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test