Skip to content

fixed timestamp returned when using aggregation #30

fixed timestamp returned when using aggregation

fixed timestamp returned when using aggregation #30

name: Build and Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go build -v ./...
- run: go test -v ./...