Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #180

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #180

Workflow file for this run

name: build-and-test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.0
with:
go-version: "1.20.1"
- name: Build and test
run: make