Skip to content

fix(deps): update module github.com/stretchr/testify to v1.12.1 #134

fix(deps): update module github.com/stretchr/testify to v1.12.1

fix(deps): update module github.com/stretchr/testify to v1.12.1 #134

Workflow file for this run

name: Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version-file: go.mod
cache: false
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...