Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #48

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

Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #48

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: go test ./...