Skip to content

uses string without RFC3339 format for timestamps #19

uses string without RFC3339 format for timestamps

uses string without RFC3339 format for timestamps #19

Workflow file for this run

name: Go Tests
on: push
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
cache: true
- name: Test with the Go CLI
run: go test -v ./...