Skip to content

feat: add DeleteFields to async #5

feat: add DeleteFields to async

feat: add DeleteFields to async #5

Workflow file for this run

name: Test Go with Docker
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '1.22'
- '1.23'
- '1.x'
services:
dind:
image: docker:23.0-rc-dind-rootless
ports:
- 2375:2375
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test with Docker
run: go test -v -race ./...