cicd: installed go in pipeline
Some checks failed
Build and Push to Gitea / build-and-push (push) Failing after 5m7s

This commit is contained in:
Hayden Hargreaves 2026-04-09 12:21:12 -07:00
parent 134c1627a4
commit 943db01f22

View File

@ -12,6 +12,13 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25.x"
check-latest: true
cache: true
- name: Run Backend Tests - name: Run Backend Tests
env: env:
RUN_LIVE_OPENAI_TESTS: "0" RUN_LIVE_OPENAI_TESTS: "0"