Skip to content

Tags: mrylov/tegola

Tags

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Addressing GH Dependabot npm security warnings (go-spatial#760)

v0.12.1

Toggle v0.12.1's commit message
Updated internal viewer bindata

v0.12.0

Toggle v0.12.0's commit message
Updating READMEs around ST_AsMVT

v0.11.2

Toggle v0.11.2's commit message
[bug] minor fix: no V directive in fmt.Printf

v0.11.1

Toggle v0.11.1's commit message
Vendored go-bindata build tool

Introduced the tools/ directory to allow for vendoring
tools which are not referenced elsewhere in the codebase but
necessary for development.

v0.11.0

Toggle v0.11.0's commit message
adjusting GH actions release event

v0.10.4

Toggle v0.10.4's commit message
Migrate release building to Github Actions

* Added windows build on an actual windows runner (no more xgo).
* Added linux and MacOS builds.
* Added tegola_lambda build.
* Added Docker build.
* All builds now leverage CGO as that's the path forward for now.
* Refactored Dockerfile including upgrading base images to Go
1.4.1.
* Removed .travis.yml file.
* Purged old ci scripts.
* Added release conditionals to GH Action workflow.
* Updated proto file to indicate syntax version so go generate
can be run at the repo root.