Skip to content

fix: use UTC for migration timestamp #62

fix: use UTC for migration timestamp

fix: use UTC for migration timestamp #62

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.18.x]
os: [ubuntu-latest, macos-latest]
env:
ENV: test
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{matrix.go-version}}
- name: Tests
run: go test -v ./...