Skip to content

renovate: Update module github.com/sebdah/goldie/v2 to v2.5.5 #5

renovate: Update module github.com/sebdah/goldie/v2 to v2.5.5

renovate: Update module github.com/sebdah/goldie/v2 to v2.5.5 #5

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
go: [ '1.22', '1' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Vet
run: go vet ./...
- name: Test
run: go test -v ./...