Do not autoscale up on status requests (#388)

This commit is contained in:
Samuel McBroom
2025-04-17 20:07:25 -07:00
committed by GitHub
parent ea62db578c
commit a058d6e21d
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
WORKDIR /build