Skip to content

Bump github.com/go-test/deep from 1.0.7 to 1.1.1 #9

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

Bump github.com/go-test/deep from 1.0.7 to 1.1.1 #9

Workflow file for this run

name: CI Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.24.2
- name: Build
run: go build -v ./...
- name: fmt
run: gofmt -s -l -e .