fix(ci): target the golang runner, generic docker runner retired
Build / Build and push image (push) Successful in 1m20s
CI / Test, vet, build (push) Successful in 2m17s

This commit is contained in:
Story Crater Bot
2026-08-21 16:53:05 -07:00
parent fb1a97e8d0
commit 0aaf4116f1
2 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -12,7 +12,8 @@
# .forgejo/workflows/ specifically appears unsupported on this instance/version,
# not workflow detection being off in general.
#
# runs-on: docker matches the only label the cluster runner declares.
# runs-on: golang -- the generic "docker" runner was retired in favor of
# per-language runners (golang/node/rust), each with its own dind sidecar.
name: CI
on:
@@ -24,7 +25,7 @@ on:
jobs:
verify:
name: Test, vet, build
runs-on: docker
runs-on: golang
container:
image: golang:1.25-bookworm
steps: