Skip to content

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #7

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #7

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...