Skip to content

Bump github.com/go-test/deep from 1.1.0 to 1.1.1 #57

Bump github.com/go-test/deep from 1.1.0 to 1.1.1

Bump github.com/go-test/deep from 1.1.0 to 1.1.1 #57

Workflow file for this run

name: "Test Pull Requests"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
uses: robherley/go-test-action@v0.1.0