Skip to content

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

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

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

Workflow file for this run

name: Push/PR
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
static-analysis:
name: Run all static analysis checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check if CHANGELOG is valid
uses: newrelic/release-toolkit/validate-markdown@v1
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run unit tests
run: make test