Skip to content

Merge pull request #437 from wesen/task/convert-date-defaults-properly #539

Merge pull request #437 from wesen/task/convert-date-defaults-properly

Merge pull request #437 from wesen/task/convert-date-defaults-properly #539

Workflow file for this run

name: golang-pipeline
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: '>=1.19.5'
cache: true
-
name: Run unit tests
run: go test ./...