Skip to content

map[string]interface{} to map[string]any #46

map[string]interface{} to map[string]any

map[string]interface{} to map[string]any #46

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Test
run: |
go test ./...