Skip to content

Bump github.com/TwiN/deepmerge from 0.2.1 to 0.2.2 #47

Bump github.com/TwiN/deepmerge from 0.2.1 to 0.2.2

Bump github.com/TwiN/deepmerge from 0.2.1 to 0.2.2 #47

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go fmt ./...
- run: go test -v ./...