Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#50) #151

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#50)

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#50) #151

Workflow file for this run

name: Go Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...