Skip to content

build(deps): bump github.com/grokify/spectrum from 1.18.4 to 1.18.5 #109

build(deps): bump github.com/grokify/spectrum from 1.18.4 to 1.18.5

build(deps): bump github.com/grokify/spectrum from 1.18.4 to 1.18.5 #109

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: go test -v -covermode=count ./...