Skip to content

Bundle the built-in tzdata #41

Bundle the built-in tzdata

Bundle the built-in tzdata #41

Workflow file for this run

---
name: Build
on:
- push
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Build
run: make