Update render.yaml

This commit is contained in:
izaac49 2026-02-12 21:11:20 +07:00 committed by GitHub
parent b202c52797
commit 9ce41ec96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,6 @@
services: services:
- type: web - type: web
name: picoclaw name: picoclaw
env: go env: docker
plan: free plan: free
buildCommand: go build -tags netgo -ldflags "-s -w" -o app dockerfilePath: ./Dockerfile
startCommand: ./app
envVars:
- key: GO_VERSION
value: 1.25.7