Skip to content

Add missing support for float64 and several other value types #19

Add missing support for float64 and several other value types

Add missing support for float64 and several other value types #19

Workflow file for this run

name: Go
on: [pull_request]
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
if: github.ref != 'refs/heads/main'
with:
go-version-file: go.mod
check-latest: true
- name: Test
run: go test -v ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --verbose