fixup! fixup! fixup! More fixes, moving from python to golang worker.

This commit is contained in:
2025-12-18 01:36:52 +00:00
parent 56b0b615b2
commit e777881f23
4 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ jobs:
pr-checks:
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
with:
go-version: "1.22"
go-version: "1.25"
secrets: inherit
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
release:
uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main
with:
go-version: "1.22"
go-version: "1.25"
docker-enabled: true
secrets: inherit