Skip to content

fix(time): add iso 8601 without trailing Z #3

fix(time): add iso 8601 without trailing Z

fix(time): add iso 8601 without trailing Z #3

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.23', '1.24', '1.25']
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: go test -v ./...