Skip to content

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 #14

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1

fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 #14

Workflow file for this run

name: Test
on:
push:
paths:
- 'pkg/**'
- '*.go'
- 'go.mod'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: task build
- name: Test with the Go CLI
run: task test