fix: use golang runner label instead of deprecated docker label
build / build-push (push) Failing after 3m57s
ci / test (push) Failing after 15m57s

This commit is contained in:
2026-08-28 15:36:24 -07:00
parent 6193d9a065
commit eabf8d7459
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
build-push:
runs-on: docker
runs-on: golang
permissions:
packages: write
contents: read
+1 -1
View File
@@ -12,7 +12,7 @@ concurrency:
jobs:
test:
runs-on: docker
runs-on: golang
container:
image: golang:1.26
env: