chore: clean .gitignore cache

This commit is contained in:
GitHub Actions
2026-01-26 19:21:33 +00:00
parent 1b1b3a70b1
commit e5f0fec5db
1483 changed files with 0 additions and 472793 deletions
-13
View File
@@ -1,13 +0,0 @@
#!/bin/bash
# Deterministic, fast backend build step for CI/CodeQL extraction
# Use `go list` to avoid long-running builds and network downloads.
# Set GOPROXY to a standard proxy to avoid interactive network issues.
set -euo pipefail
cd backend
export GOPROXY=${GOPROXY:-https://proxy.golang.org}
export GOMODCACHE=${GOMODCACHE:-$(go env GOMODCACHE)}
# First, list packages for fast JS extraction/diagnostics
go list ./...
# Ensure dependencies are downloaded and run a proper Go build so CodeQL can extract symbols
go mod download
go build ./...