Add official Golang client for TrailBase.

This commit is contained in:
Sebastian Jeltsch
2025-07-19 23:38:48 +02:00
parent 0e1b930729
commit c2a2ac9643
9 changed files with 1053 additions and 0 deletions
+6
View File
@@ -44,9 +44,15 @@ jobs:
- name: Poetry install
run: |
pipx install poetry && poetry -C client/trailbase-py install
# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version: "1.24.x"
# Swift 6.1 is preinstalled and swift-action sporadically fails on
# gpg issues: https://github.com/swift-actions/setup-swift/issues/694
# - uses: swift-actions/setup-swift@v2
# with:
# swift-version: "6.1"
- uses: pre-commit/action@v3.0.1
with:
extra_args: "--all-files --verbose"