Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #89

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #89

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: go test ./...
- name: Build
run: go run main.go
working-directory: examples/